ton-x/package.json

30 lines
661 B
JSON

{
"name": "ton-x",
"version": "2.0.0",
"repository": "https://github.com/ton-foundation/ton-x.git",
"author": "Steve Korshakov <steve@korshakov.com>",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -fr dist && tsc --declaration",
"release": "yarn build && yarn publish"
},
"devDependencies": {
"typescript": "^4.6.3"
},
"dependencies": {
"@types/bn.js": "^5.1.0",
"axios": "^0.27.0",
"bn.js": "^5.2.0",
"fp-ts": "^2.12.0",
"io-ts": "^2.2.16",
"teslabot": "^1.5.0",
"ton": "9.8.0",
"ton-crypto": "^3.0.0"
},
"packageManager": "yarn@3.3.1"
}