package.json 1.42 KB
Newer Older
John Doe's avatar
John Doe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
{
  "name": "momiji-node-ts",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "start": "npx tsx ./src/index.ts",
    "test": "npx hardhat run ./test/test.ts --network localhost",
    "upgrade": "npx hardhat run ./test/deployProxy.ts --network localhost",
    "fork": "anvil -m \"artwork story jeans lyrics expose update sword absurd rail game argue submit\" --fork-url \"https://mainnet.infura.io/v3/b0b83d31c8bb4bfdb5c6ed8b87b2426b\" --hardfork cancun"
  },
  "type": "module",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^20.10.4",
    "@types/validator": "^13.11.7",
    "dotenv": "^16.4.5",
    "hardhat": "^2.22.3",
    "nodemon": "^3.0.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "@chainlink/contracts": "^0.8.0",
    "@libp2p/bootstrap": "^10.1.0",
    "@libp2p/identify": "^2.1.2",
    "@noir-lang/noir_js": "^0.28.0",
    "@nomicfoundation/hardhat-toolbox": "^5.0.0",
    "@openzeppelin/contracts": "^5.0.2",
    "@openzeppelin/contracts-upgradeable": "^5.0.2",
    "@openzeppelin/hardhat-upgrades": "^3.2.0",
    "@types/pubsub-js": "^1.8.6",
    "@uniswap/v3-periphery": "^1.4.4",
    "ethers": "^6.13.0",
    "fonstr": "^0.0.11",
    "indexeddbshim": "^15.0.0",
    "memorelay": "^2.0.4",
    "reflect-metadata": "^0.1.14",
    "sequelize": "^6.35.1",
    "sequelize-typescript": "^2.1.6"
  }
}