chedder
Version:
38 lines (37 loc) • 805 B
JSON
{
"name": "chedder",
"version": "1.0.0",
"description": "chedder-cli",
"main": "dist/chedder.js",
"bin": "dist/chedder.js",
"scripts": {
"test": "chedder --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luciotato/chedder-cli.git"
},
"keywords": [
"chedder",
"token",
"NEAR",
"DEFI"
],
"author": "Lucio Tato",
"license": "ISC",
"bugs": {
"url": "https://github.com/luciotato/chedder-cli/issues"
},
"homepage": "https://github.com/luciotato/chedder-cli/#readme",
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/node": "^14.11.2",
"@types/node-fetch": "^2.5.10",
"typescript": "^4.0.3"
},
"dependencies": {
"bn.js": "^5.2.0",
"js-sha256": "^0.9.0",
"node-fetch": "^2.6.1"
}
}