mirror of
https://github.com/tornadocash/fixed-merkle-tree.git
synced 2024-11-22 09:47:15 +01:00
update package.json
This commit is contained in:
parent
2a2dd204c0
commit
5cf73384dd
@ -5,14 +5,10 @@
|
|||||||
"repository": "https://github.com/tornadocash/fixed-merkle-tree.git",
|
"repository": "https://github.com/tornadocash/fixed-merkle-tree.git",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
"engines": {
|
|
||||||
"node": "14.17",
|
|
||||||
"npm": "6"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "ts-mocha 'test/*.spec.ts' -s 10",
|
"test": "ts-mocha 'test/*.spec.ts' -s 10",
|
||||||
"coverage": "nyc npm run test",
|
"coverage": "nyc npm run test",
|
||||||
"build": "tsc",
|
"build": "npx tsc",
|
||||||
"clean": "rm -rf lib/",
|
"clean": "rm -rf lib/",
|
||||||
"prepare": "npm run clean && npm run build",
|
"prepare": "npm run clean && npm run build",
|
||||||
"lint": "eslint src"
|
"lint": "eslint src"
|
||||||
|
Loading…
Reference in New Issue
Block a user