-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 973 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
{
"name": "modlist-consultant",
"version": "1.0.0",
"description": "Web API for mass modlist compatibility checking",
"bugs": "https://github.com/ColinT/modlist-consultant/issues",
"license": "MIT",
"author": "Colin Tong (https://github.com/ColinT)",
"main": "./dist/bundle.js",
"repository": {
"type": "git",
"url": "https://github.com/ColinT/modlist-consultant.git"
},
"scripts": {
"postinstall": "npm run build",
"start": "node ./dist/bundle.js",
"build": "webpack --config webpack.config.js & copyfiles -u 1 ./src/**/*.html ./src/**/*.js ./dist"
},
"dependencies": {
"@types/express": "^4.16.1",
"@types/xml2js": "^0.4.3",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3333",
"body-parser": "^1.18.3",
"copyfiles": "^2.1.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.16.4",
"google-spreadsheet": "^2.0.7",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"xml2js": "^0.4.19"
}
}