{ "name": "mini-swap-dex", "version": "1.0.0", "description": "一个简单的去中心化交易所 AMM 模型", "main": "index.js", "scripts": { "test": "hardhat test", "compile": "hardhat compile", "deploy": "hardhat run scripts/deploy.js --network localhost", "node": "hardhat node", "dev": "cd frontend && npm start", "build": "cd frontend && npm run build", "cli": "hardhat run scripts/cli.js --network localhost", "test-scenario": "hardhat run scripts/test-scenario.js --network localhost", "test-connection": "hardhat run scripts/quick-test.js --network localhost" }, "keywords": ["defi", "dex", "amm", "ethereum", "solidity", "react"], "author": "", "license": "MIT", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^4.0.0", "hardhat": "^2.19.0" }, "dependencies": { "@openzeppelin/contracts": "^5.0.0", "dotenv": "^16.3.1" } }