-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "@foxzilla/misa",
"version": "0.0.1-alpha.1",
"scripts": {
"import": "node ./bin/import.js",
"dev": "cross-env NODE_ENV=development DEBUG=Misa:* PORT=3002 node ./bin/www",
"start": "cross-env NODE_ENV=production node ./bin/www"
},
"engines": {
"node": ">=8.5.0"
},
"dependencies": {
"@foxzilla/fireblog": "0.0.1-alpha.26",
"axios": "^0.17.1",
"body-parser": "~1.18.2",
"commander": "^2.14.1",
"cookie-parser": "~1.4.3",
"cross-env": "^5.1.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"fs-extra": "^5.0.0",
"https-proxy-agent": "^2.2.1",
"marked": "^0.3.17",
"morgan": "~1.9.0",
"node-fetch": "^2.1.2",
"nodemailer": "^4.6.2",
"openssl-self-signed-certificate": "^1.1.6",
"pea-scripts": "0.0.3",
"serve-favicon": "~2.4.5",
"toml-j0.4": "^1.1.1",
"tomlify-j0.4": "^3.0.0",
"download": "^6.2.5"
},
"devDependencies": {
"@types/node-fetch": "^1.6.9",
"@types/express": "^4.11.1",
"@types/fs-extra": "^5.0.0",
"@types/nodemailer": "^4.3.4",
"typescript": "^2.7.1"
}
}