package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "y",
  3. "description": "application created by thinkjs",
  4. "version": "1.0.0",
  5. "author": "xubin.jiang <xubin.jiang>",
  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. "moment": "^2.24.0",
  14. "request": "^2.88.0",
  15. "sync-request": "^6.1.0",
  16. "think-cache": "^1.0.0",
  17. "think-cache-file": "^1.0.8",
  18. "think-logger3": "^1.0.0",
  19. "think-model": "^1.0.0",
  20. "think-model-mysql": "^1.0.0",
  21. "think-session": "^1.0.0",
  22. "think-session-file": "^1.0.5",
  23. "think-view": "^1.0.0",
  24. "think-view-nunjucks": "^1.0.1",
  25. "thinkjs": "^3.0.0",
  26. "xml2js": "^0.4.22"
  27. },
  28. "devDependencies": {
  29. "think-watcher": "^3.0.0",
  30. "eslint": "^4.2.0",
  31. "eslint-config-think": "^1.0.0",
  32. "ava": "^0.18.0",
  33. "nyc": "^7.0.0"
  34. },
  35. "repository": "",
  36. "license": "MIT",
  37. "engines": {
  38. "node": ">=6.0.0"
  39. },
  40. "readmeFilename": "README.md",
  41. "thinkjs": {
  42. "metadata": {
  43. "name": "y",
  44. "description": "application created by thinkjs",
  45. "author": "xubin.jiang <xubin.jiang>",
  46. "babel": false
  47. },
  48. "projectName": "baoying",
  49. "template": "C:\\Users\\dlsm\\AppData\\Roaming\\npm\\node_modules\\think-cli\\default_template",
  50. "clone": false,
  51. "isMultiModule": false
  52. }
  53. }