-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nyxweb-server-ts",
"version": "1.0.0",
"description": "muonline website server-side typescript",
"main": "dist/bundle.js",
"license": "MIT",
"scripts": {
"prestart": "webpack",
"start": "node .",
"predev": "tslint -p tsconfig.json",
"dev": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dea7h-cyber/NyxWeb-server-ts.git"
},
"keywords": [
"nyxmu",
"nyxweb",
"muonline",
"typescript",
"express",
"sequelize"
],
"author": "Dea7h",
"bugs": {
"url": "https://github.com/Dea7h-cyber/NyxWeb-server-ts/issues"
},
"homepage": "https://github.com/Dea7h-cyber/NyxWeb-server-ts#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.3.1",
"global": "^4.4.0",
"jsonwebtoken": "^8.5.1",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.21.3",
"sequelize-typescript": "^1.1.0",
"tedious": "^8.0.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.29",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.2",
"@types/jsonwebtoken": "^8.3.7",
"@types/node": "^13.7.0",
"@types/validator": "^12.0.1",
"nodemon": "^2.0.2",
"nodemon-webpack-plugin": "^4.2.2",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"typescript": "^3.9.0-dev.20200312",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-node-externals": "^1.7.2"
}
}