This project manages its dependencies using npm. Learn more
package.json 1.4 KB
{
  "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",
    "@types/ws": "^8.5.12",
    "dotenv": "^16.4.5",
    "hardhat": "^2.22.3",
    "nodemon": "^3.0.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.2",
    "ws": "^8.18.0"
  },
  "dependencies": {
    "@chainlink/contracts": "^0.8.0",
    "@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/express": "^4.17.21",
    "@uniswap/v3-periphery": "^1.4.4",
    "cors": "^2.8.5",
    "ethers": "^6.13.0",
    "express": "^4.19.2",
    "indexeddbshim": "^15.0.0",
    "reflect-metadata": "^0.1.14",
    "sequelize": "^6.35.1",
    "sequelize-typescript": "^2.1.6"
  }
}