Files
nightmarket/package.json
2022-04-06 17:51:17 +01:00

38 lines
982 B
JSON

{
"name": "nightmarket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"circom:dev": "hardhat circom --deterministic --debug --verbose",
"circom:prod": "hardhat circom --verbose",
"postinstall": "./scripts/fix_circomtester_dep.sh",
"test": "mocha circuits/test --max-old-space-size=4000"
},
"devDependencies": {
"@darkforest_eth/hashing": "^6.7.19",
"chai": "^4.3.6",
"circom_tester": "^0.0.10",
"circomlib": "^2.0.3",
"ffjavascript": "^0.2.52",
"hardhat": "^2.9.2",
"hardhat-circom": "^3.0.1",
"maci-crypto": "^1.0.4",
"maci-domainobjs": "^1.0.4",
"mocha": "^9.2.2"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xSage/nightmarket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0xSage/nightmarket/issues"
},
"homepage": "https://github.com/0xSage/nightmarket#readme"
}