-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 932 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
31
32
33
{
"name": "@nickthesing/bb-watch",
"version": "0.2.2",
"description": "BB-watch for automatic watching and running bb-package and bb-import.",
"main": "src/index.js",
"scripts": {
"start": "nodemon src/index.js --exec babel-node",
"build": "babel src -d ./dist",
"watch": "nodemon --watch src --exec 'npm run build'"
},
"author": "Nick Thesing <nickthesing@gmail.com>",
"license": "ISC",
"engines": {
"node": ">3.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-export-default-module-exports": "0.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
},
"dependencies": {
"@bb-cli/bb-import": "^2.2.0",
"@bb-cli/bb-package": "^2.4.0",
"node-notifier": "^5.1.2",
"node-sass": "^4.5.3",
"path": "^0.12.7",
"print-message": "^2.1.0",
"sass-loader": "^6.0.6",
"tcp-ping": "^0.1.1",
"watch": "^1.0.2"
}
}