-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 889 Bytes
/
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
{
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --files src/index.ts",
"build": "tsc",
"test": "jest"
},
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"date-fns": "^1.29.0",
"discord.js": "^11.4.2",
"dotenv": "^4.0.0",
"dsteem": "^0.10.1",
"express": "^4.16.2",
"jest": "^22.4.3",
"mssql": "git+https://github.com/justinwoo/node-mssql.git#fixes",
"typescript": "^2.8.3",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.37",
"@types/dotenv": "^4.0.3",
"@types/jest": "^23.3.9",
"@types/mssql": "^4.0.7",
"@types/node": "^9.6.6",
"@types/winston": "^2.3.9",
"ts-jest": "^23.10.4",
"ts-node-dev": "^1.0.0-pre.30",
"tsconfig-paths": "^3.6.0"
},
"name": "sww",
"version": "2.3.0",
"main": "src/index.ts",
"license": "MIT"
}