{ "name": "@kankan/server", "private": true, "version": "4.0.1-alpha.0", "description": "> TODO: description", "author": "rindy <13656359@qq.com>", "homepage": "", "license": "ISC", "main": "app.js", "scripts": { "dev": "nodemon app.js" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "index.js" ], "publishConfig": { "registry": "https://registry.npm.taobao.org/" }, "repository": { "type": "git", "url": "http://192.168.0.115:3000/4dkankan/4dkankan_v4.git" }, "dependencies": { "axios": "^0.24.0", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.17.2", "http-status": "^1.5.0", "xss-clean": "^0.1.1" }, "devDependencies": { "nodemon": "^2.0.15" } }