-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.45 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
39
40
{
"name": "babel-plugin-unwrap-wrapper-function",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"dependencies": {},
"devDependencies": {
"babel-cli": "6",
"babel-core": "6",
"babel-preset-es2015": "6",
"babel-plugin-espower": "2",
"babel-plugin-syntax-flow": "6",
"babel-plugin-transform-async-to-generator": "6",
"babel-plugin-transform-builtin-extend": "1",
"babel-plugin-transform-class-properties": "6",
"babel-plugin-transform-decorators-legacy": "1",
"babel-plugin-transform-es2015-instanceof": "6",
"babel-plugin-transform-flow-strip-types": "6",
"babel-plugin-transform-function-bind": "6",
"babel-plugin-transform-object-rest-spread": "6",
"babel-plugin-transform-strict-mode": "6",
"babel-plugin-typecheck": "3",
"babel-plugin-unassert": "2",
"babel-generator": "latest"
},
"scripts": {
"test": "babel-node ./test/test.js",
"build": "babel ./src/index.js -o ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhelvens/babel-plugin-unwrap-wrapper-function.git"
},
"author": "Michiel Helvensteijn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhelvens/babel-plugin-unwrap-wrapper-function/issues"
},
"homepage": "https://github.com/mhelvens/babel-plugin-unwrap-wrapper-function#readme"
}