-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "plaiul-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chldppwls12/plaiul-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chldppwls12/plaiul-server/issues"
},
"homepage": "https://github.com/chldppwls12/plaiul-server#readme",
"dependencies": {
"@types/crypto-js": "^4.1.1",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^3.0.0",
"@types/shortid": "^0.0.29",
"aws-sdk": "^2.1209.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.8",
"nodemon": "^2.0.19",
"redis": "^4.3.0",
"reflect-metadata": "^0.1.13",
"shortid": "^2.2.16",
"ts-node": "^10.9.1",
"typeorm": "^0.3.7"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.185",
"@types/nodemailer": "^6.4.5",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.7.4"
}
}