-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 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": "fuse-box-process-plugin",
"version": "2.0.4",
"description": "A Plugin for fuse-box that gives you the ability to run any tasks (npm, tsc, etc.) after fuse-box bundled your code Edit",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc --declaration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RPDeshaies/fuse-box-process-plugin.git"
},
"keywords": [
"fuse-box",
"process",
"plugin"
],
"author": "René-Pier Deshaies-Gélinas",
"license": "MIT",
"bugs": {
"url": "https://github.com/RPDeshaies/fuse-box-process-plugin/issues"
},
"homepage": "https://github.com/RPDeshaies/fuse-box-process-plugin#readme",
"devDependencies": {
"@types/node": "^7.0.5",
"tslint": "^4.4.2",
"typescript": "^2.2.1"
},
"dependencies": {
"tree-kill": "^1.1.0"
}
}