Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

55 righe
1.5 KiB

  1. {
  2. "name": "pap_web",
  3. "description": "application created by thinkjs",
  4. "version": "1.0.0",
  5. "author": "leiyun <leiyun@home.com>",
  6. "scripts": {
  7. "start": "node development.js",
  8. "test": "THINK_UNIT_TEST=1 nyc ava test/ && nyc report --reporter=html",
  9. "lint": "eslint src/",
  10. "lint-fix": "eslint --fix src/"
  11. },
  12. "dependencies": {
  13. "axios": "^1.13.5",
  14. "cheerio": "^1.2.0",
  15. "cos-nodejs-sdk-v5": "^2.14.0",
  16. "jsonwebtoken": "^9.0.3",
  17. "sharp": "^0.33.0",
  18. "think-cache": "^1.0.0",
  19. "think-cache-file": "^1.0.8",
  20. "think-cache-redis": "^1.2.6",
  21. "think-logger3": "^1.0.0",
  22. "think-model": "^1.0.0",
  23. "think-model-mysql": "^1.0.0",
  24. "think-session": "^1.0.0",
  25. "think-session-file": "^1.0.5",
  26. "think-view": "^1.0.0",
  27. "think-view-nunjucks": "^1.0.1",
  28. "thinkjs": "^3.0.0"
  29. },
  30. "devDependencies": {
  31. "ava": "^0.18.0",
  32. "eslint": "^4.2.0",
  33. "eslint-config-think": "^1.0.0",
  34. "nyc": "^7.0.0",
  35. "think-watcher": "^3.0.0"
  36. },
  37. "repository": "",
  38. "license": "MIT",
  39. "engines": {
  40. "node": ">=6.0.0"
  41. },
  42. "readmeFilename": "README.md",
  43. "thinkjs": {
  44. "metadata": {
  45. "name": "pap_web",
  46. "description": "application created by thinkjs",
  47. "author": "leiyun <leiyun@home.com>",
  48. "babel": false
  49. },
  50. "projectName": "pap_web",
  51. "template": "D:\\Program Files\\nvm\\nvm\\v24.10.0\\node_modules\\think-cli\\default_template",
  52. "clone": false,
  53. "isMultiModule": false
  54. }
  55. }