-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.44 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
44
45
46
47
48
49
{
"name": "maplocation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:prod": "cross-env NODE_ENV=production node dist/app.js",
"start:dev": "cross-env NODE_ENV=development node dist/app.js",
"start:test": "cross-env NODE_ENV=test node dist/app.js",
"build": "babel src -s -d dist",
"dev": "cross-env NODE_ENV=development babel-watch src/app.js",
"test": "cross-env NODE_ENV=test babel-watch src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://lethanhtuan1028@bitbucket.org/lethanhtuan1028/maplocation.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/lethanhtuan1028/maplocation#readme",
"dependencies": {
"chalk": "^2.4.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.2.0",
"helmet": "^3.21.1",
"i": "^0.3.6",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"npm": "^6.12.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"babel-watch": "^7.0.0",
"cross-env": "^6.0.3",
"dotenv": "^8.2.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1"
}
}