@joist/styled
Version:
Intelligently apply styles to WebComponents
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "@joist/styled",
"version": "2.0.1",
"main": "./target/build/lib.js",
"module": "./target/build/lib.js",
"exports": {
".": {
"import": "./target/build/lib.js"
},
"./styled": {
"import": "./target/build/lib/styled.js"
}
},
"files": [
"target/build",
"observable/package.json",
"styled/package.json"
],
"sideEffects": false,
"description": "Intelligently apply styles to WebComponents",
"repository": {
"type": "git",
"url": "git+https://github.com/deebloo/joist.git"
},
"keywords": [
"TypeScript",
"WebComponents",
"CSS",
"ShadowDOM"
],
"author": "deebloo",
"license": "MIT",
"bugs": {
"url": "https://github.com/deebloo/joist/issues"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "tsc -p tsconfig.test.json && wtr --config ../../wtr.config.mjs --port 8000",
"build": "tsc -p tsconfig.build.json"
},
"gitHead": "79cfc1519586b9bb83a3d1bd62e6db747f748bab"
}