rchain-token
Version:
Fungibles and non-fungibles tokens on the RChain blockchain
38 lines (37 loc) • 1.37 kB
JSON
{
"name": "rchain-token",
"version": "16.0.0",
"description": "Fungibles and non-fungibles tokens on the RChain blockchain",
"main": "src/index.js",
"scripts": {
"generate": "node generateJavascripts",
"build:browser": "npx rollup -c",
"test": "npm run test test:fungibles && npm run test:non-fungibles",
"test:ft": "node tests-ft/index",
"test:nft": "node tests-nft/index",
"test:credit": "node tests-credit/index",
"dappy:namesystem": "node cli deploy --fungible false --contract-id dappynamesystem && node cli create-purse --new-id 0 --quantity 100000000 && node cli update-purse-price --price rev,50000000 --purse-id 0",
"dappy:namesystemanddefaults": "npm run dappy:namesystem && node cli create-purse --purses-file name-purses.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabcotech/rchain-token.git"
},
"author": "FABCO",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabcotech/rchain-token/issues"
},
"homepage": "https://github.com/fabcotech/rchain-token#readme",
"dependencies": {},
"devDependencies": {
"blakejs": "^1.1.0",
"dotenv": "6.2.0",
"rchain-toolkit": "0.4.5",
"uuid": "3.4.0",
"rollup": "1.26.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}