package.json 815 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@kankan/server",
  3. "private": true,
  4. "version": "4.0.1-alpha.0",
  5. "description": "> TODO: description",
  6. "author": "rindy <13656359@qq.com>",
  7. "homepage": "",
  8. "license": "ISC",
  9. "main": "app.js",
  10. "scripts": {
  11. "dev": "nodemon app.js"
  12. },
  13. "directories": {
  14. "lib": "lib",
  15. "test": "__tests__"
  16. },
  17. "files": [
  18. "index.js"
  19. ],
  20. "publishConfig": {
  21. "registry": "https://registry.npm.taobao.org/"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "http://192.168.0.115:3000/4dkankan/4dkankan_v4.git"
  26. },
  27. "dependencies": {
  28. "axios": "^0.24.0",
  29. "cors": "^2.8.5",
  30. "dotenv": "^10.0.0",
  31. "express": "^4.17.2",
  32. "http-status": "^1.5.0",
  33. "xss-clean": "^0.1.1"
  34. },
  35. "devDependencies": {
  36. "nodemon": "^2.0.15"
  37. }
  38. }