-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 927 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
{
"name": "@cable_ready/polyfills",
"version": "4.5.0",
"description": "Polyfills to support CableReady in older browsers",
"homepage": "https://cableready.stimulusreflex.com/",
"bugs": "https://github.com/cableready/polyfills/issues",
"repository": "https://github.com/cableready/polyfills",
"license": "MIT",
"author": "Marco Roth",
"source": "./index.js",
"main": "./index.js",
"scripts": {
"prettier-standard:check": "yarn run prettier-standard --check *.js **/*.js",
"prettier-standard:format": "yarn run prettier-standard *.js **/*.js"
},
"dependencies": {
"@webcomponents/template": "^1.4.4",
"core-js": "^3.4.0",
"element-closest": "^3.0.2"
},
"devDependencies": {
"assert": "^2.0.0",
"esm": "^3.2.25",
"prettier-standard": "^16.4.1"
},
"publishConfig": {
"access": "public"
},
"sideEffects": [
"./index.js",
"./polyfills/**/*.js"
]
}