-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bing",
"description": "application created by thinkjs",
"version": "1.0.0",
"author": "qhx0807 <820240134@qq.com>",
"scripts": {
"start": "node development.js",
"test": "THINK_UNIT_TEST=1 nyc ava test/ && nyc report --reporter=html",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"@koa/cors": "^2.2.2",
"cheerio": "^1.0.0-rc.2",
"qiniu": "^7.2.1",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-fetch": "^1.1.0",
"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-session-jwt": "^1.1.0",
"think-view": "^1.0.0",
"think-view-nunjucks": "^1.0.1",
"think-view-pug": "^1.0.7",
"thinkjs": "^3.0.0"
},
"devDependencies": {
"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": "bing",
"description": "application created by thinkjs",
"author": "qhx0807 <820240134@qq.com>",
"babel": false
},
"projectName": "bing",
"template": "C:\\Users\\82024\\AppData\\Roaming\\npm\\node_modules\\think-cli\\default_template",
"clone": false,
"isMultiModule": false
}
}