UNPKG

@broxus/tip3

Version:

Set of ready-to-use tvm token contracts following tip3 standard

60 lines (59 loc) 1.63 kB
{ "name": "@broxus/tip3", "version": "2.0.0", "description": "Set of ready-to-use tvm token contracts following tip3 standard", "main": "index.js", "scripts": { "compile": "locklift build --config locklift.config.js", "prepare-docs": "scripts/helpers/prepare-docs.sh" }, "bugs": { "url": "https://github.com/broxus/tip3/issues" }, "keywords": [ "Venom", "Everscale", "TON", "blockchain", "smart-contracts", "javascript", "solidity", "dapps" ], "author": "aleksandr-hramcov <aleksandr.hramcov@gmail.com>", "license": "AGPLv3", "homepage": "https://github.com/broxus/tip3", "dependencies": { "@broxus/contracts": "^1.1.1", "locklift": "git://github.com/broxus/ton-locklift#f647b67" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/lodash.startcase": "^4.4.7", "@types/node": "18.11.18", "@types/prompts": "2.0.14", "@types/mocha": "^9.1.1", "@typescript-eslint/eslint-plugin": "5.27.0", "@typescript-eslint/parser": "5.27.0", "bignumber.js": "^9.0.1", "chai": "^4.3.0", "chai-as-promised": "^7.1.1", "chai-bignumber": "^3.0.0", "commander": "^8.0.0", "dotenv": "16.0.3", "eslint": "8.17.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.0.0", "folder-hash": "^4.0.1", "locklift": "2.5.6", "locklift-deploy": "1.0.3", "locklift-verifier": "1.0.4", "lodash.startcase": "^4.4.0", "mocha": "^10.2.0", "mocha-logger": "^1.0.7", "ora": "^3.4.0", "prompts": "^2.4.2", "ton-client-js": "^0.28.1", "typescript": "4.9.5" } }