-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 889 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 889 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
31
32
33
34
{
"name": "babel-plugin-transform-es2015-modules-simple-amd",
"version": "0.3.0",
"description": "Simplified imports and exports",
"repository": "finom/babel-plugin-transform-es2015-modules-simple-amd",
"license": "MIT",
"main": "dist/index.js",
"dependencies": {
"@babel/runtime": "^7.6.3",
"better-log": "^1.3.1",
"@babel/template": "^7.6.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"chalk": "^1.1.0",
"clear": "0.0.1",
"diff": "^1.4.0",
"watch": "^0.16.0"
},
"scripts": {
"release": "babel src --out-dir dist",
"test": "node test",
"watch": "node test --watch",
"prepublish": "npm test && npm run release"
},
"keywords": [
"babel-plugin",
"amd"
]
}