mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 03:26:41 +01:00
Move tests to root dir
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "miksi-core",
|
||||
"version": "0.0.1",
|
||||
"description": "miksi-core",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"clean": "rm -fR dist",
|
||||
"build": "npm run clean && ./node_modules/.bin/tsc --strictNullChecks",
|
||||
"test": "./node_modules/.bin/mocha -r ts-node/register test/**/*.ts"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"circomlib": "0.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.12.0",
|
||||
"circom": "0.5.10",
|
||||
"eslint-plugin-mocha": "^6.1.0",
|
||||
"snarkjs": "^0.1.31",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/mocha": "^5.2.6",
|
||||
"chai": "^4.2.0",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha-steps": "^1.3.0",
|
||||
"ts-node": "^7.0.1",
|
||||
"tslint": "^5.18.0",
|
||||
"typescript": "^3.5.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user