-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "eliaapi",
"version": "1.0.0",
"description": "",
"main": "src/start.ts",
"scripts": {
"test": "nodemon -- --files src/start.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eliiia/eliaapi.git"
},
"author": "Eliiia",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Eliiia/eliaapi/issues"
},
"homepage": "https://github.com/Eliiia/eliaapi#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.1",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.9",
"@types/morgan": "^1.9.3",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}