-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.19 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": "goldwatch",
"version": "0.0.2",
"description": "A small tool to give an overview of Gold being gained and transported within a CMaNGOS server.",
"main": "dist/main.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0x283A/goldwatch.git"
},
"keywords": [
"goldwatch"
],
"author": "0x283A",
"license": "MIT",
"bugs": {
"url": "https://github.com/0x283A/goldwatch/issues"
},
"homepage": "https://github.com/0x283A/goldwatch#readme",
"dependencies": {
"express": "^4.17.2",
"mysql": "^2.18.1",
"pug": "^3.0.2",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"typeorm": "0.2.41"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.13.1",
"@types/sqlite3": "^3.1.8",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"ts-node": "10.4.0",
"tslint": "^6.1.1",
"typescript": "4.5.4"
}
}