forked from Sunev/jinrou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
46
47
48
{
"name": "werewolf",
"description": "You are a werewolf.",
"version": "1.14.42",
"author": "uhyo <[email protected]>",
"private": false,
"engines": {
"node": ">= 6.9.5"
},
"scripts": {
"start": "cross-env SS_ENV=production SS_PACK=1 node app.js",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"cpx": "^1.5.0",
"cron": "^1.3.0",
"csv": "^1.2.1",
"i18next": "^10.5.1",
"i18next-node-fs-backend": "^1.0.0",
"jade": "^0.26.3",
"mongodb": "^2.2.36",
"mongoose": "^5.12.1",
"nodemailer": "^2.7.2",
"oauth": "^0.9.6",
"pug": "^2.0.1",
"request": "^2.88.0",
"socketstream": "0.3.10",
"ss-clientjade": "0.0.5",
"ss-jade": "^0.1.3",
"ss-latest-coffee": "^0.1.3",
"ss-stylus": "^0.1.6",
"twitter": "^1.7.1"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"cross-env": "^5.2.0",
"husky": "^0.14.3",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3",
"webpack-bundle-analyzer": "^3.3.2"
}
}