-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 961 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 961 Bytes
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
{
"name": "overview-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test",
"server-dev": "npx nodemon --watch",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lybica-SDC/Overview-API.git"
},
"author": "johnsimeroth",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lybica-SDC/Overview-API/issues"
},
"homepage": "https://github.com/Lybica-SDC/Overview-API#readme",
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"pg-promise": "^11.4.3"
},
"devDependencies": {
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"k6": "^0.0.0",
"morgan": "^1.10.0",
"newrelic": "^9.15.0"
}
}