-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.14 KB
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
{
"name": "babel-plugin-transform-es2015-modules-strip",
"version": "0.1.3",
"description": "A Babel plugin that strips import and export statements from modules.",
"keywords": [
"babel-plugin"
],
"homepage": "https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip",
"bugs": {
"url": "https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Bardi Harborow",
"email": "[email protected]",
"url": "https://bardiharborow.com/"
},
"funding": "https://github.com/sponsors/bardiharborow",
"files": [],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bardiharborow/babel-plugin-transform-es2015-modules-strip.git"
},
"scripts": {
"js-lint": "eslint .",
"js-test": "jest",
"test": "npm run js-lint && npm run js-test"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"jest": "^30.2.0"
}
}