-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1 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
39
40
41
42
43
44
45
46
47
{
"name": "babel-plugin-vanilla-shake",
"version": "2.0.1",
"description": "Vanilla conditional compile plugin",
"main": "index.js",
"scripts": {
"test": "mocha && eslint . --cache"
},
"engines": {
"node": ">=8.9.0"
},
"author": {
"name": "Bonnier News",
"url": "https://github.com/BonnierNews"
},
"repository": {
"type": "git",
"url": "git://github.com/ExpressenAB/babel-plugin-vanilla-shake.git"
},
"files": [
"index.js"
],
"keywords": [
"babel",
"plugin",
"conditional",
"compile"
],
"license": "BSD-3-Clause",
"peerDependencies": {
"@babel/core": "7.x"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"chai": "^4.3.4",
"eslint": "^8.0.0",
"mocha": "^9.1.2"
},
"bugs": {
"url": "https://github.com/ExpressenAB/babel-plugin-vanilla-shake/issues"
},
"homepage": "https://github.com/ExpressenAB/babel-plugin-vanilla-shake#readme",
"directories": {
"test": "test"
}
}