-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"name": "technophile-api",
"version": "1.0.0",
"description": "Replacing Old API in Technophile",
"main": "app.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nghiatruonggg/Technophile-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nghiatruonggg/Technophile-API/issues"
},
"homepage": "https://github.com/Nghiatruonggg/Technophile-API#readme",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"mongoose": "^8.8.2",
"morgan": "^1.10.0",
"slugify": "^1.6.6",
"validator": "^13.12.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=10.0.0"
}
}