-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 923 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
35
36
{
"name": "parcel-plugin-webcomponents",
"version": "1.2.5",
"description": "A parcel plugin that autoincludes the webcomponentsjs polyfill.",
"main": "src/plugin.js",
"scripts": {
"prepublishOnly": "echo 'Linting src...'; eslint src && echo 'Done.'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cortys/parcel-plugin-webcomponents.git"
},
"keywords": [
"parcel",
"webcomponents"
],
"author": "Clemens Damke",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cortys/parcel-plugin-webcomponents/issues"
},
"homepage": "https://github.com/Cortys/parcel-plugin-webcomponents#readme",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.6.0",
"fs-extra": "^10.0.0",
"replace-in-file": "^6.3.2"
},
"peerDependencies": {
"parcel-bundler": "^1"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-cortys": "^2.1.1",
"parcel-bundler": "1.12.5"
}
}