update package.json

This commit is contained in:
Sergei SMART 2022-03-14 17:21:38 +10:00
parent 2a2dd204c0
commit 5cf73384dd
1 changed files with 1 additions and 5 deletions

View File

@ -5,14 +5,10 @@
"repository": "https://github.com/tornadocash/fixed-merkle-tree.git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": "14.17",
"npm": "6"
},
"scripts": {
"test": "ts-mocha 'test/*.spec.ts' -s 10",
"coverage": "nyc npm run test",
"build": "tsc",
"build": "npx tsc",
"clean": "rm -rf lib/",
"prepare": "npm run clean && npm run build",
"lint": "eslint src"