-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 867 Bytes
/
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
{
"name": "babel-plugin-remove-ungap",
"version": "1.2.0",
"description": "Remove @ungap ponyfills",
"main": "index.cjs",
"scripts": {
"pretest": "cfware-lint .",
"tests-only": "nyc -s node test/test.cjs | tap-yaml-summary",
"test": "npm run -s tests-only",
"posttest": "nyc report --check-coverage"
},
"engines": {
"node": ">=10"
},
"author": "Corey Farrell",
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/babel-plugin-remove-ungap.git"
},
"bugs": {
"url": "https://github.com/cfware/babel-plugin-remove-ungap/issues"
},
"homepage": "https://github.com/cfware/babel-plugin-remove-ungap#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@cfware/lint": "^1.4.3",
"@cfware/nyc": "^0.7.0",
"libtap": "^0.3.0",
"nyc": "^15.0.0",
"tap-yaml-summary": "^0.1.0"
}
}