{
  "name": "mvc-scryptlib",
  "version": "1.0.0",
  "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 -r ts-node/register 'test/**/*.test.ts' --timeout 600000 -g '' ",
    "pretest": "ts-node test/fixture/autoCompile.ts",
    "prepare": "husky install && npm run compile",
    "postinstall": "node patches/applyPatch.js",
    "publishcheck": "sh ./publishcheck.sh",
    "prepublishOnly": "npm run publishcheck && npm run lint && npm run compile",
    "getBinary": "node ./util/getBinary.js",
    "beta": "npm run testlint && npm publish --tag beta"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MetaverseChain/mvc-scryptlib.git"
  },
  "keywords": [
    "mvc",
    "sCrypt",
    "Javascript",
    "API"
  ],
  "author": "sCrypt.Inc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MetaverseChain/mvc-scryptlib/issues"
  },
  "homepage": "https://github.com/MetaverseChain/mvc-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": "^3.3.0",
    "@typescript-eslint/parser": "^3.3.0",
    "chai": "^4.2.0",
    "eslint": "^7.2.0",
    "glob": "^7.1.6",
    "husky": "^5.2.0",
    "mocha": "^6.2.2",
    "nyc": "^15.1.0",
    "ts-loader": "^6.2.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.9.5",
    "webpack": "4.29.5",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "mvc-lib": "^1.0.5",
    "compare-versions": "^3.6.0",
    "json-bigint": "^1.0.0",
    "md5": "^2.2.1",
    "node-fetch": "^3.0.0",
    "patch-package": "^6.4.7"
  }
}
