{ "name": "nac-explorer-backend", "version": "2.0.0", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "watch": "nodemon --watch src --ext ts --exec ts-node src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "description": "NAC区块链浏览器API服务器 - 完整功能实现", "dependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.3.0", "cors": "^2.8.6", "express": "^5.2.1", "nodemon": "^3.0.0", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }