-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "alay",
"version": "1.2.0",
"description": "Future of SunLight",
"main": "alay.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tslint": "tslint -c tslint.json 'src/**/*.ts'",
"tslint:fix": "tslint -c tslint.json 'src/**/*.ts' --fix",
"start": "node dist/alay.js",
"build-ts": "tsc",
"watch-ts": "tsc -w"
},
"author": "Salaron",
"license": "MIT",
"devDependencies": {
"@types/formidable": "^1.0.31",
"@types/mime": "^2.0.1",
"@types/mysql2": "types/npm-mysql2",
"@types/node": "^13.11.0",
"@types/nodemailer": "^6.4.0",
"@types/showdown": "^1.9.3",
"@types/sqlite3": "^3.1.6",
"@types/superagent": "^4.1.7",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/ioredis": "^4.14.9",
"formidable": "^1.2.2",
"gris": "^1.0.6",
"handlebars": "^4.7.3",
"ioredis": "^4.16.1",
"mime": "^2.4.4",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"nodemailer": "^4.7.0",
"querystring": "^0.2.0",
"showdown": "^1.9.1",
"sqlite3": "^4.1.1",
"superagent": "^5.2.2",
"winston": "^3.2.1"
}
}