-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 KB
/
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
34
35
36
37
38
{
"name": "babel-plugin-transform-omodule-namespace",
"version": "0.5.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && jest",
"build": "babel src -d lib",
"dev": "babel src -d lib -w",
"clean": "rimraf lib",
"rebuild": "npm run clean && npm run build",
"prepublish": "npm run rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omodule/babel-plugin-transform-omodule-namespace.git"
},
"author": "wuchangming",
"license": "MIT",
"bugs": {
"url": "https://github.com/omodule/babel-plugin-transform-omodule-namespace/issues"
},
"homepage": "https://github.com/omodule/babel-plugin-transform-omodule-namespace#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^21.2.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"app-root-path": "^2.0.1"
},
"files": [
"lib"
]
}