UNPKG

816 BJSONView Raw
1{
2 "name": "babel-plugin-danger-remove-unused-import",
3 "version": "1.0.5",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "clean": "rm -rf lib/*",
9 "babel": "babel src --out-dir lib -D",
10 "dev": "babel src --out-dir lib -Dw",
11 "prepublish": "npm run clean; npm run babel"
12 },
13 "files": [
14 "lib"
15 ],
16 "keywords": [],
17 "author": "",
18 "license": "MIT",
19 "devDependencies": {
20 "babel-cli": "^6.26.0",
21 "babel-core": "^6.26.0",
22 "babel-plugin-transform-class-properties": "^6.24.1",
23 "babel-plugin-transform-decorators-legacy": "^1.3.4",
24 "babel-plugin-transform-es2015-classes": "^6.24.1",
25 "babel-preset-es2015": "^6.24.1",
26 "babel-preset-react": "^6.24.1",
27 "babel-preset-stage-0": "^6.24.1"
28 }
29}