61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "@webcomponents/shadycss",
|
|
"version": "1.11.2",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Polyfill for Scoped CSS",
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webcomponents/polyfills.git",
|
|
"directory": "packages/shadycss"
|
|
},
|
|
"author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
|
|
"homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/shadycss",
|
|
"bugs": "https://github.com/webcomponents/polyfills/issues?q=is%3Aissue+is%3Aopen+label%3A\"Package%3A+shadycss\"",
|
|
"main": "src/interface.js",
|
|
"module": "src/interface.js",
|
|
"scripts": {
|
|
"build": "npm run build:interface && gulp",
|
|
"build:interface": "npm run clean:interface && tsc",
|
|
"build:watch": "chokidar --initial 'src/**/*.js' 'ts_src/**/*.ts' --ignore 'src/interface.js' -c 'npm run build'",
|
|
"clean:interface": "rimraf 'src/interface.*' .tsbuildinfo",
|
|
"debug": "gulp debug",
|
|
"prepack": "npm run build"
|
|
},
|
|
"files": [
|
|
"apply-shim.html",
|
|
"apply-shim.min.js*",
|
|
"CHANGELOG.md",
|
|
"custom-style-interface.html",
|
|
"custom-style-interface.min.js*",
|
|
"entrypoints/**/*.js",
|
|
"externs/**/*.d.ts",
|
|
"externs/**/*.js",
|
|
"scoping-shim.min.js*",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.js",
|
|
"src/**/*.js.map",
|
|
"ts_src/**/*.ts"
|
|
],
|
|
"keywords": [
|
|
"shady-css",
|
|
"shadycss",
|
|
"shadow-css",
|
|
"shadowcss",
|
|
"web-components",
|
|
"webcomponents",
|
|
"polyfill",
|
|
"shim"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.31.0",
|
|
"@typescript-eslint/parser": "^2.31.0",
|
|
"rimraf": "^3.0.2",
|
|
"rollup-stream": "=1.23.1",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
}
|
|
}
|