ton-x/package.json

30 lines
661 B
JSON
Raw Normal View History

2022-04-17 08:01:20 +03:00
{
"name": "ton-x",
2022-07-06 15:43:24 +03:00
"version": "2.0.0",
2022-04-17 08:01:20 +03:00
"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"
2022-04-26 10:26:27 +03:00
},
"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"
2023-01-11 14:08:43 +03:00
},
"packageManager": "yarn@3.3.1"
2022-04-26 10:26:27 +03:00
}