-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 769 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 769 Bytes
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
{
"name": "babel-plugin-transform-require-default",
"version": "0.1.7",
"description": "Auto transform require to require default in Babel 6/7",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git@github.com:kingback/babel-plugin-transform-require-default.git"
},
"keywords": [
"babel-plugin"
],
"author": {
"name": "kingback",
"email": "ningzbruc@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kingback/babel-plugin-transform-require-default/issues"
},
"homepage": "https://github.com/kingback/babel-plugin-transform-require-default#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.0",
"jest": "^23.5.0"
}
}