-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1020 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
36
37
38
39
40
{
"name": "images",
"version": "1.0.5",
"author": "iamtakagi",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev ./app.ts",
"build": "cross-env NODE_ENV=production webpack --mode production --config ./webpack.config.ts"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/basic-auth": "^1.1.3",
"@types/express": "^4.17.13",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.41",
"@types/tsscmp": "^1.0.0",
"@types/uuid": "^8.3.4",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"cross-env": "^7.0.3",
"ts-loader": "^9.3.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"axios": "^0.27.2",
"basic-auth": "^2.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"moment": "^2.29.3",
"multer": "^1.4.5-lts.1",
"tsscmp": "^1.0.6",
"uuid": "^8.3.2"
}
}