UNPKG

ton3-core

Version:
61 lines (60 loc) 1.61 kB
{ "name": "ton3-core", "version": "1.0.1", "description": "TON low-level API tools", "main": "./dist/index.js", "scripts": { "build": "tsc -p tsconfig.build.json", "test": "mocha './test/**/*.test.ts' --require ts-node/register", "coverage": "nyc --all mocha './test/**/*.test.ts' --require ts-node/register", "build:doc": "typedoc" }, "author": "Tonkite", "license": "MIT", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.1", "@types/node": "^18.7.6", "@types/sinon": "^10.0.11", "chai": "^4.3.6", "coveralls": "^3.1.1", "eslint": "^8.10.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^16.1.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.4", "mocha": "^9.2.1", "nyc": "^15.1.0", "sinon": "^13.0.1", "ts-node": "^10.7.0", "typedoc": "^0.22.13", "typedoc-plugin-markdown": "^3.11.14", "typedoc-plugin-merge-modules": "^3.1.0", "typescript": "^4.6.2" }, "dependencies": { "@noble/hashes": "1.1.2", "decimal.js": "10.3.1", "tweetnacl": "1.0.3" }, "types": "./dist/index.d.ts", "directories": { "doc": "docs", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/tonkite/ton3-core.git" }, "keywords": [ "ton", "boc", "cell", "blockchain" ], "bugs": { "url": "https://github.com/tonkite/ton3-core/issues" }, "homepage": "https://github.com/tonkite/ton3-core#readme" }