1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "y",
- "description": "application created by thinkjs",
- "version": "1.0.0",
- "author": "xubin.jiang <xubin.jiang>",
- "scripts": {
- "start": "node development.js",
- "test": "THINK_UNIT_TEST=1 nyc ava test/ && nyc report --reporter=html",
- "compile": "babel --no-babelrc src/ --presets think-node --out-dir app/",
- "lint": "eslint src/",
- "lint-fix": "eslint --fix src/"
- },
- "dependencies": {
- "busboy": "^0.3.1",
- "cheerio": "^1.0.0-rc.3",
- "jsonwebtoken": "^8.5.1",
- "koa-body": "^4.1.3",
- "koa-bodyparser": "^4.3.0",
- "koa-jwt": "^3.6.0",
- "koa2-cors": "^2.0.6",
- "moment": "^2.24.0",
- "node-uuid": "^1.4.8",
- "node-xlsx": "^0.15.0",
- "pyfl": "^1.1.4",
- "request": "^2.88.2",
- "sixtytwo": "^1.0.0",
- "sleep-promise": "^9.0.0",
- "think-cache": "^1.0.0",
- "think-cache-file": "^1.0.8",
- "think-fetch": "^1.1.2",
- "think-logger3": "^1.0.0",
- "think-model": "^1.0.0",
- "think-model-mysql": "^1.0.0",
- "think-session": "^1.0.0",
- "think-session-file": "^1.0.5",
- "think-view": "^1.0.0",
- "think-view-nunjucks": "^1.0.1",
- "think-websocket": "^1.0.7",
- "think-websocket-socket.io": "^1.0.11",
- "xml2js": "^0.4.23",
- "thinkjs": "^3.0.0",
- "xf-tts-socket": "^1.2.5"
- },
- "devDependencies": {
- "babel-cli": "^6.24.1",
- "babel-preset-think-node": "^1.0.0",
- "node-notifier": "^5.0.2",
- "think-inspect": "0.0.2",
- "think-babel": "^1.0.3",
- "think-watcher": "^3.0.0",
- "eslint": "^4.2.0",
- "eslint-config-think": "^1.0.0",
- "ava": "^0.18.0",
- "nyc": "^7.0.0"
- },
- "repository": "",
- "license": "MIT",
- "engines": {
- "node": ">=6.0.0"
- },
- "readmeFilename": "README.md",
- "thinkjs": {
- "metadata": {
- "name": "y",
- "description": "application created by thinkjs",
- "author": "xubin.jiang <xubin.jiang>",
- "babel": true
- },
- "projectName": "AHRDXF",
- "template": "C:\\Users\\dlsm\\AppData\\Roaming\\npm\\node_modules\\think-cli\\default_template",
- "clone": false,
- "isMultiModule": false
- }
- }
|