forked from Persistent-Pecan/products
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "products",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon -r newrelic ./server/index.js",
"server": "node ./server/index.js",
"build": "forever start -r newrelic ./server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Persistent-Pecan/products.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Persistent-Pecan/products/issues"
},
"homepage": "https://github.com/Persistent-Pecan/products#readme",
"dependencies": {
"express": "^4.17.2",
"mongoose": "^6.1.7",
"newrelic": "^8.7.1",
"pg": "^8.7.1",
"postgres": "^1.0.2"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"frisby": "^2.1.3",
"jest": "^27.4.7",
"k6": "0.0.0"
}
}