{
  "name": "near-runtime-ts",
  "version": "0.6.2",
  "description": "Near smart contract runtime library for typescript",
  "repository": {
    "type": "git",
    "url": "git@:nearprotocol/near-runtime-ts.git"
  },
  "types": "assembly/index.ts",
  "ascMain": "assembly/index.ts",
  "scripts": {
    "test": "cd tests/ && yarn && yarn test && ./test.sh",
    "doc": "rm -rf apidoc && mkdir apidoc && node_modules/.bin/typedoc assembly/*.ts assembly/collections/*.ts --theme markdown --ignoreCompilerErrors --excludePrivate --excludeProtected --excludeExternals --out apidoc/"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "assemblyscript-json": "0.3.0",
    "bignum": "github:MaxGraey/bignum.wasm"
  },
  "devDependencies": {
    "assemblyscript": "^0.8.1",
    "ts-node": "^8.4.1",
    "typedoc": "^0.15.0",
    "typedoc-plugin-markdown": "^1.2.1"
  }
}
