@ton/crypto
Version:
[](https://www.npmjs.com/package/@ton/crypto)
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "@ton/crypto",
"version": "3.3.0",
"repository": "https://github.com/ton-org/ton-crypto.git",
"author": "Whales Corp. <developers@whalescorp.com>",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -fr dist && tsc --declaration",
"test": "jest && karma start --single-run",
"release": "yarn build && yarn test && yarn publish"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.7.10",
"buffer": "^6.0.3",
"expect": "^27.1.0",
"jest": "^27.1.0",
"jest-mock": "^27.1.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-typescript": "^5.5.2",
"karma-webpack": "^5.0.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"typescript": "^4.4.2",
"webpack": "^5.51.2"
},
"dependencies": {
"@ton/crypto-primitives": "2.1.0",
"jssha": "3.2.0",
"tweetnacl": "1.0.3"
},
"packageManager": "yarn@1.22.22"
}