-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 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
{
"name": "bb-pos-server",
"version": "1.0.0",
"description": "bb-pos-server",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.0.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"nodemon": "^1.18.4",
"pg": "^7.4.3"
},
"devDependencies": {
"eslint": "^5.5.0",
"flow-bin": "^0.80.0",
"husky": "^0.14.3",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0"
},
"scripts": {
"start": "npx nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}