neo-convertor
Version:
A tool to convert neo smart contract data to human-readable one
36 lines (35 loc) • 812 B
JSON
{
"name": "neo-convertor",
"version": "0.0.2",
"description": "A tool to convert neo smart contract data to human-readable one",
"main": "dist/NeoConvertor/index",
"directories": {
"test": "test"
},
"scripts": {
"test": "tsc & mocha --reporter spec",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neo-ngd/neo-convertor.git"
},
"keywords": [
"NEO",
"Convertor",
"SmartContract"
],
"author": "Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/neo-ngd/neo-convertor/issues"
},
"homepage": "https://github.com/neo-ngd/neo-convertor#readme",
"devDependencies": {
"@types/node": "^11.11.3",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"typescript": "^3.3.3333"
},
"dependencies": {}
}