sensible-sdk
Version:
Sensible-SDK
65 lines (64 loc) • 1.88 kB
JSON
{
"name": "sensible-sdk",
"version": "7.5.0",
"description": "Sensible-SDK",
"main": "dist/index.js",
"browser": "dist/sensible.browser.min.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"compile-bcp01": "node tools/compiler.js --bcp01",
"compile-bcp01-dev": "node tools/compiler.js --bcp01 --debug",
"compile-bcp02": "node tools/compiler.js --bcp02",
"compile-bcp02-dev": "node tools/compiler.js --bcp02 --debug",
"build": "npx gulp",
"test": "mocha -r ts-node/register test/**/*.test.ts --timeout 600000",
"test-ft": "mocha -r ts-node/register test/bcp02/ft.test.ts --timeout 5000000 --debugUri ",
"test-nft": "mocha -r ts-node/register test/bcp01/nft.test.ts --timeout 5000000 --debugUri ",
"test-wallet": "mocha -r ts-node/register test/others/wallet.test.ts --timeout 5000000 --debugUri "
},
"keywords": [
"sCrypt",
"testing",
"Smart Contract",
"bitcoin",
"bitcoin-sv",
"sensible"
],
"author": "sensiblecontract.org",
"license": "MIT",
"dependencies": {
"bsv": "1.5.6",
"minimist": "1.2.5",
"request": "^2.88.2",
"scryptlib": "^0.4.6"
},
"devDependencies": {
"@types/chai": "^4.2.20",
"@types/mocha": "^8.2.2",
"@types/node": "^17.0.45",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typedoc": "^3.0.1",
"gulp-typescript": "*",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^5.3.1",
"merge2": "^1.4.1",
"mocha": "^9.0.2",
"standalonify": "^0.1.3",
"ts-node": "^10.4.0",
"tsify": "^5.0.4",
"typescript": "^4.5.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watch": "^1.0.2",
"watchify": "^4.0.0"
}
}