-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 KB
/
package.json
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
{
"name": "nideshop",
"description": "nideshop - open source mini program shop",
"version": "1.0.0",
"scripts": {
"start": "node development.js",
"compile": "babel --no-babelrc src/ --presets think-node --out-dir app/",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"gm": "^1.23.0",
"jsonwebtoken": "^8.0.0",
"kcors": "^2.2.1",
"lodash": "^4.17.21",
"md5": "^2.2.1",
"moment": "^2.18.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-logger3": "^1.0.0",
"think-model": "^1.0.0",
"think-model-mysql": "^1.0.0",
"thinkjs": "^3.0.0",
"weixinpay": "^1.0.12",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-think-node": "^1.0.0",
"node-notifier": "^5.0.2",
"think-watcher": "^3.0.0",
"think-inspect": "0.0.2",
"think-babel": "^1.0.3",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"readmeFilename": "README.md"
}