You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{ |
|
"name": "tact-jetton", |
|
"version": "1.0.0", |
|
"main": "index.js", |
|
"repository": "https://github.com/Reveloper/tact-jetton", |
|
"author": "Alex Golev <flexorise@gmail.com>", |
|
"license": "MIT", |
|
"scripts": { |
|
"build": "tact --config tact.config.json && sources/utils/rmlogs.sh", |
|
"test": "jest", |
|
"btest": "yarn build && yarn test -u", |
|
"deploy": "ts-node sources/jetton.deploy.ts", |
|
"cli": "node --no-warnings --loader ts-node/esm sources/cli.js" |
|
}, |
|
"dependencies": { |
|
"@aws-crypto/sha256-js": "^3.0.0", |
|
"@types/bn.js": "^5.1.1", |
|
"@types/jest": "^29.2.4", |
|
"@types/node": "^18.11.14", |
|
"@types/qs": "^6.9.7", |
|
"bigint-buffer": "^1.1.5", |
|
"bn.js": "^5.2.0", |
|
"build": "^0.1.4", |
|
"jest": "^29.3.1", |
|
"prando": "^6.0.1", |
|
"qs": "^6.11.0", |
|
"subcommand": "^2.1.1", |
|
"ton": "^13.3.0", |
|
"ton-contract-executor": "^0.6.2", |
|
"ton-core": "^0.46.0", |
|
"ton-crypto": "^3.2.0", |
|
"ton-emulator": "^2.1.0", |
|
"ton-nodejs": "^1.4.3", |
|
"ton-tact": "^0.9.2", |
|
"ts-jest": "^29.0.3", |
|
"ts-node": "^10.9.1", |
|
"typescript": "^4.9.4" |
|
}, |
|
"resolutions": { |
|
"ton": "12.3.2" |
|
} |
|
}
|
|
|