-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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-dynamic-import-default",
"version": "0.0.4",
"description": "Add default to dynamicImport using AwaitExpression",
"scripts": {
"start": "abby format, test --watch \"*.mjs\"",
"test": "node --experimental-modules --no-warnings test.mjs",
"format": "prettier \"*.mjs\" --write",
"build": "babel index.mjs --out-file index.js --plugins=@babel/transform-modules-commonjs",
"postversion": "git push --follow-tags && conventional-github-releaser -p atom"
},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.1",
"abigail": "^1.9.5",
"eastern": "^1.1.1",
"prettier": "^1.14.2"
},
"keywords": [
"babel-plugin",
"module.exports",
"import",
"dynamic import",
"default",
"webpack"
],
"repository": {
"type": "git",
"url": "git+https://github.com/59naga/babel-plugin-transform-dynamic-import-default.git"
},
"bugs": {
"url": "https://github.com/59naga/babel-plugin-transform-dynamic-import-default/issues"
},
"homepage": "https://github.com/59naga/babel-plugin-transform-dynamic-import-default#readme",
"author": "59naga <[email protected]>",
"license": "MIT"
}