mirror of
https://github.com/factorgroup/nightmarket.git
synced 2026-01-13 23:48:17 -05:00
34 lines
897 B
JSON
34 lines
897 B
JSON
{
|
|
"name": "df-zkmarketplace",
|
|
"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/df-zkmarketplace.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/0xSage/df-zkmarketplace/issues"
|
|
},
|
|
"homepage": "https://github.com/0xSage/df-zkmarketplace#readme"
|
|
} |