UNPKG

scryptlib

Version:

Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.

77 lines 2.14 kB
{ "name": "scryptlib", "version": "2.2.6", "description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.", "engines": { "node": ">=14.0.0" }, "bin": "bin/cli.js", "main": "dist/index.js", "types": "dist", "browser": { "child_process": false, "fs": false }, "scripts": { "compile": "tsc -b", "watch": "tsc -b -w", "cov": "nyc npm t", "lint": "eslint src --ext .ts,.js --cache --fix", "testlint": "eslint src --ext .ts,.js", "test": "npm run td", "td": "mocha", "pretest": "ts-node test/fixture/autoCompile.ts", "prepare": "husky install && npm run compile", "postinstall": "node ./postinstall.js", "publishcheck": "sh ./publishcheck.sh", "prepublishOnly": "npm run testlint && npm run compile", "getBinary": "node ./util/getBinary.js", "beta": "npm run compile && npm run testlint && npm publish --tag beta" }, "repository": { "type": "git", "url": "git+https://github.com/sCrypt-Inc/scryptlib.git" }, "keywords": [ "bsv", "sCrypt", "Javascript", "API" ], "author": "sCrypt.Inc", "license": "MIT", "bugs": { "url": "https://github.com/sCrypt-Inc/scryptlib/issues" }, "homepage": "https://github.com/sCrypt-Inc/scryptlib#readme", "devDependencies": { "@types/chai": "^4.2.7", "@types/mocha": "^5.2.7", "@types/node": "^13.1.2", "@types/rimraf": "^2.0.3", "@typescript-eslint/eslint-plugin": "^6.3.0", "@typescript-eslint/parser": "^6.3.0", "chai": "^4.2.0", "eslint": "^8.46.0", "husky": "^5.2.0", "mocha": "^10.1.0", "nyc": "^17.0.0", "ts-node": "^8.6.2", "typescript": "^4.9.5" }, "dependencies": { "@discoveryjs/json-ext": "^0.5.7", "@jridgewell/sourcemap-codec": "^1.4.15", "@scrypt-inc/bsv": "^1.0.5", "chalk": "2.4.2", "find-node-modules": "^2.1.3", "get-proxy-settings": "^0.1.13", "glob": "^7.2.3", "https-proxy-agent": "^7.0.2", "json-bigint": "^1.0.0", "minimist": "^1.2.8", "node-fetch": "^3.0.0", "rimraf": "^3.0.2", "yargs": "^17.6.2" } }