{ "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": { "chai": "^4.3.6", "circom_tester": "^0.0.10", "circomlib": "^2.0.3", "hardhat": "^2.9.2", "hardhat-circom": "^3.0.1", "mocha": "^9.2.2", "ffjavascript": "^0.2.52" }, "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" }