nem-voting
Version:
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "nem-voting",
"version": "2.2.9",
"description": "nem voting",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Sergi <sergi.cg8@gmail.com>",
"license": "MIT",
"scripts": {
"copyjson": "cp -r test/responses/ dist/test/responses/",
"build": "rm -rf dist && tsc && npm run copyjson",
"test": "npm run build && nyc mocha --ui bdd --recursive ./dist/test --timeout 90000",
"coverage": "nyc report --reporter=text-lcov --timeout 90000 | coveralls",
"preversion": "npm run test",
"postversion": "git push && git push --tags"
},
"keywords": [
"NEM",
"Voting",
"Standard",
"Blockchain"
],
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2",
"@types/node": "^9.4.6",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^5.0.4",
"nock": "^9.2.3",
"nyc": "^11.6.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"nem-library": "1.0.5"
},
"files": [
"README.md",
"dist/src/",
"dist/index.d.ts",
"dist/index.js",
"dist/index.js.map"
],
"repository": {
"type": "git",
"url": "https://github.com/shierve/nem-voting"
}
}