package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "compile": "babel --no-babelrc src/ --presets think-node --out-dir app/",
  10. "lint": "eslint src/",
  11. "lint-fix": "eslint --fix src/"
  12. },
  13. "dependencies": {
  14. "busboy": "^0.3.1",
  15. "cheerio": "^1.0.0-rc.3",
  16. "jsonwebtoken": "^8.5.1",
  17. "koa-body": "^4.1.3",
  18. "koa-bodyparser": "^4.3.0",
  19. "koa-jwt": "^3.6.0",
  20. "koa2-cors": "^2.0.6",
  21. "moment": "^2.24.0",
  22. "node-uuid": "^1.4.8",
  23. "node-xlsx": "^0.15.0",
  24. "pyfl": "^1.1.4",
  25. "request": "^2.88.2",
  26. "sixtytwo": "^1.0.0",
  27. "sleep-promise": "^9.0.0",
  28. "think-cache": "^1.0.0",
  29. "think-cache-file": "^1.0.8",
  30. "think-fetch": "^1.1.2",
  31. "think-logger3": "^1.0.0",
  32. "think-model": "^1.0.0",
  33. "think-model-mysql": "^1.0.0",
  34. "think-session": "^1.0.0",
  35. "think-session-file": "^1.0.5",
  36. "think-view": "^1.0.0",
  37. "think-view-nunjucks": "^1.0.1",
  38. "think-websocket": "^1.0.7",
  39. "think-websocket-socket.io": "^1.0.11",
  40. "xml2js": "^0.4.23",
  41. "thinkjs": "^3.0.0",
  42. "xf-tts-socket": "^1.2.5"
  43. },
  44. "devDependencies": {
  45. "babel-cli": "^6.24.1",
  46. "babel-preset-think-node": "^1.0.0",
  47. "node-notifier": "^5.0.2",
  48. "think-inspect": "0.0.2",
  49. "think-babel": "^1.0.3",
  50. "think-watcher": "^3.0.0",
  51. "eslint": "^4.2.0",
  52. "eslint-config-think": "^1.0.0",
  53. "ava": "^0.18.0",
  54. "nyc": "^7.0.0"
  55. },
  56. "repository": "",
  57. "license": "MIT",
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "readmeFilename": "README.md",
  62. "thinkjs": {
  63. "metadata": {
  64. "name": "y",
  65. "description": "application created by thinkjs",
  66. "author": "xubin.jiang <xubin.jiang>",
  67. "babel": true
  68. },
  69. "projectName": "AHRDXF",
  70. "template": "C:\\Users\\dlsm\\AppData\\Roaming\\npm\\node_modules\\think-cli\\default_template",
  71. "clone": false,
  72. "isMultiModule": false
  73. }
  74. }