-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"name": "6candoit-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node src",
"build": "tsc && node dist",
"test": "nodemon"
},
"dependencies": {
"@prisma/client": "^4.6.1",
"@types/express-serve-static-core": "^4.17.28",
"aws-sdk": "^2.1057.0",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"gravatar": "^1.8.1",
"jsonwebtoken": "^8.5.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"prisma": "^4.6.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.11",
"@types/node": "^18.11.9",
"@types/validator": "^13.6.3",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"nodemon": "^2.0.15",
"prettier": "^2.3.2",
"prettier-eslint": "^12.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.5.4"
},
"repository": "git+https://github.com/six-candoit/6candoit-server.git",
"author": "holmir97 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/six-candoit/6candoit-server/issues"
},
"homepage": "https://github.com/six-candoit/6candoit-server#readme"
}