-
Notifications
You must be signed in to change notification settings - Fork 3
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-loader-exclude-node-modules-except",
"version": "1.2.4",
"packageManager": "pnpm@10.30.1",
"description": "Creating a regular expression for excluding node_modules from babel transpiling except for individual modules",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage --collectCoverageFrom=\"index.js\" && istanbul-badges-readme"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except.git"
},
"keywords": [
"webpack",
"babel-loader",
"exclude",
"node_modules",
"es6 modules"
],
"author": "Oleg Dutchenko <dutchenko.o.dev@gmail.com>",
"contributors": [
"April Arcus (https://github.com/AprilArcus)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except/issues"
},
"homepage": "https://github.com/dutchenkoOleg/babel-loader-exclude-node-modules-except#readme",
"devDependencies": {
"istanbul-badges-readme": "^1.9.0",
"jest": "^29.7.0",
"prettier": "^2.2.1"
}
}