|
@@ -164,15 +164,15 @@
|
|
"zlibjs": "^0.3.1"
|
|
"zlibjs": "^0.3.1"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
- "start": "grunt dev",
|
|
|
|
- "build": "grunt prod",
|
|
|
|
|
|
+ "start": "npx grunt dev",
|
|
|
|
+ "build": "npx grunt prod",
|
|
"repl": "node src/node/repl.js",
|
|
"repl": "node src/node/repl.js",
|
|
- "test": "grunt configTests && node --experimental-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs",
|
|
|
|
- "test-node-consumer": "grunt testnodeconsumer",
|
|
|
|
- "testui": "grunt testui",
|
|
|
|
|
|
+ "test": "npx grunt configTests && node --experimental-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs",
|
|
|
|
+ "test-node-consumer": "npx grunt testnodeconsumer",
|
|
|
|
+ "testui": "npx grunt testui",
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
"testuidev": "npx nightwatch --env=dev",
|
|
- "lint": "grunt lint",
|
|
|
|
- "postinstall": "bash postinstall.sh",
|
|
|
|
|
|
+ "lint": "npx grunt lint",
|
|
|
|
+ "postinstall": "npx grunt exec:fixCryptoApiImports",
|
|
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
|
|
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
|
|
}
|
|
}
|
|
}
|
|
}
|