2020-05-10 23:14:17 +00:00
{
2023-08-07 18:20:17 +02:00
"name" : "@design.estate/dees-wcctools" ,
2025-06-26 22:52:54 +00:00
"version" : "1.0.100" ,
2020-05-10 23:14:17 +00:00
"private" : false ,
2024-04-20 23:19:59 +02:00
"description" : "A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages." ,
2025-06-16 13:10:12 +00:00
"exports" : {
"." : "./dist_ts_web/index.js" ,
2025-06-16 15:05:43 +00:00
"./demotools" : "./dist_ts_demotools/index.js"
2025-06-16 13:10:12 +00:00
} ,
2022-03-24 15:39:17 +01:00
"type" : "module" ,
2020-05-10 23:14:17 +00:00
"scripts" : {
2020-05-27 22:13:50 +00:00
"test" : "(npm run build)" ,
2025-06-16 13:10:12 +00:00
"build" : "(tsbuild tsfolders --allowimplicitany && tsbundle element)" ,
2023-01-07 14:05:25 +01:00
"watch" : "tswatch element" ,
"buildDocs" : "tsdoc"
2020-05-10 23:14:17 +00:00
} ,
"author" : "Lossless GmbH" ,
"license" : "UNLICENSED" ,
"dependencies" : {
2024-05-07 01:32:45 +02:00
"@design.estate/dees-domtools" : "^2.0.57" ,
"@design.estate/dees-element" : "^2.0.34" ,
2023-08-07 18:20:17 +02:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-05-07 01:32:45 +02:00
"lit" : "^3.1.3"
2020-05-10 23:14:17 +00:00
} ,
"devDependencies" : {
2024-05-07 01:32:45 +02:00
"@api.global/typedserver" : "^3.0.29" ,
2024-01-17 13:34:33 +01:00
"@git.zone/tsbuild" : "^2.1.72" ,
"@git.zone/tsbundle" : "^2.0.15" ,
2023-10-08 13:11:00 +02:00
"@git.zone/tsrun" : "^1.2.44" ,
2024-05-07 01:32:45 +02:00
"@git.zone/tswatch" : "^2.0.23" ,
2023-10-05 14:26:46 +02:00
"@push.rocks/projectinfo" : "^5.0.2"
2020-05-10 23:14:17 +00:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
2020-05-24 19:37:43 +00:00
] ,
"browserslist" : [
2020-07-15 19:55:35 +00:00
"last 1 Chrome versions"
2024-04-20 23:19:59 +02:00
] ,
"keywords" : [
"web components" ,
"element catalogues" ,
"custom elements" ,
"documentation" ,
"typescript" ,
"lit" ,
"component development" ,
"design system" ,
"element testing" ,
"page development"
2025-06-16 12:30:12 +00:00
] ,
"packageManager" : "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
2024-05-07 01:32:45 +02:00
}