@broxus/tip4
Version:
Set of ready-to-use tvm nft token contracts following tip4 standard
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "@broxus/tip4",
"version": "2.0.0",
"description": "Set of ready-to-use tvm nft token contracts following tip4 standard",
"main": "",
"scripts": {
"build": "locklift build --config locklift.config.ts",
"test": "locklift test --disable-build --config locklift.config.ts --network locklift",
"deploy": "locklift deploy --disable-build --config locklift.config.ts --network locklift"
},
"bugs": {
"url": "https://github.com/broxus/tip4/issues"
},
"author": "",
"keywords": [
"Venom",
"Everscale",
"TON",
"blockchain",
"smart-contracts",
"javascript",
"solidity",
"NFT",
"tip4",
"dapps"
],
"homepage": "https://github.com/broxus/tip4",
"license": "ISC",
"devDependencies": {
"@broxus/locklift-deploy": "^1.1.1",
"@types/chai": "^4.3.1",
"@types/commander": "^2.12.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.2",
"@types/prompts": "^2.4.9",
"bignumber.js": "^9.0.2",
"chai": "^4.3.6",
"dotenv": "16.0.3",
"everscale-standalone-client": "^2.1.14",
"locklift": "2.8.1",
"mocha-logger": "^1.0.8",
"ora": "^3.4.0",
"prettier": "^2.7.1",
"prompts": "^2.4.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@broxus/contracts": "^1.1.0"
}
}