-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 846 Bytes
/
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
{
"name": "microservice-cinema-core",
"version": "1.0.1",
"description": "microservice for movies",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rm -rf dist/ && mkdir dist/",
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://git@github.com:darcusfenix/microservice-cinema-core.git"
},
"author": "Juan Crisóstomo",
"license": "ISC",
"bugs": {
"url": "https://github.com/darcusfenix/microservice-cinema-core/issues"
},
"homepage": "https://github.com/darcusfenix/microservice-cinema-core#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-preset-env": "^1.2.2",
"babel-preset-stage-1": "^6.22.0"
},
"dependencies": {
"mqtt": "^2.6.2"
}
}