mirror of
https://github.com/factorgroup/nightmarket.git
synced 2026-01-13 15:38:01 -05:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "nightmarket",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "./scripts/postinstall.sh",
|
|
"circom:test": "mocha ./circuits/test --max-old-space-size=4000",
|
|
"circom:dev": "hardhat circom --deterministic --debug --verbose",
|
|
"circom:prod": "hardhat circom --verbose",
|
|
"sol:compile": "./scripts/reformat-verifier-sol.sh && npx hardhat compile",
|
|
"sol:test": "tsc && npx hardhat test ./build/contracts/test/nightMarket.js"
|
|
},
|
|
"dependencies": {
|
|
"snarkjs": "^0.4.16"
|
|
},
|
|
"devDependencies": {
|
|
"@darkforest_eth/contracts": "^6.7.29",
|
|
"@darkforest_eth/hashing": "^6.7.19",
|
|
"@defi-wonderland/smock": "^2.0.7",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.5",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
|
"@openzeppelin/contracts": "^4.5.0",
|
|
"@typechain/ethers-v5": "^10.0.0",
|
|
"@typechain/hardhat": "^6.0.0",
|
|
"@types/chai": "^4.3.1",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.24",
|
|
"big-integer": "^1.6.51",
|
|
"chai": "^4.3.6",
|
|
"circom_tester": "^0.0.10",
|
|
"circomlib": "^2.0.3",
|
|
"ethereum-waffle": "^3.4.4",
|
|
"ethers": "^5.6.4",
|
|
"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",
|
|
"ts-node": "^10.7.0",
|
|
"typechain": "^8.0.0",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"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"
|
|
}
|