66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"name": "@idp.global/catalog",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": false,
|
||
|
|
"description": "Web component catalog for idp.global, based on the v3 product design language.",
|
||
|
|
"exports": {
|
||
|
|
".": "./dist_ts_web/index.js"
|
||
|
|
},
|
||
|
|
"main": "dist_ts_web/index.js",
|
||
|
|
"typings": "dist_ts_web/index.d.ts",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"test": "pnpm run build",
|
||
|
|
"build": "tsbuild tsfolders --allowimplicitany && tsbundle",
|
||
|
|
"watch": "tswatch",
|
||
|
|
"buildDocs": "tsdoc"
|
||
|
|
},
|
||
|
|
"author": "Task Venture Capital GmbH",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"@design.estate/dees-catalog": "^3.81.0",
|
||
|
|
"@design.estate/dees-domtools": "^2.5.4",
|
||
|
|
"@design.estate/dees-element": "^2.2.4",
|
||
|
|
"@design.estate/dees-wcctools": "^3.9.0",
|
||
|
|
"lucide": "^1.14.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@git.zone/tsbuild": "^4.4.0",
|
||
|
|
"@git.zone/tsbundle": "^2.10.0",
|
||
|
|
"@git.zone/tswatch": "^3.3.2",
|
||
|
|
"@push.rocks/projectinfo": "^5.1.0",
|
||
|
|
"@types/node": "^25.6.0"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"ts_web/**/*",
|
||
|
|
"dist/**/*",
|
||
|
|
"dist_*/**/*",
|
||
|
|
"dist_ts_web/**/*",
|
||
|
|
"assets/**/*",
|
||
|
|
"html/**/*",
|
||
|
|
"license",
|
||
|
|
"readme.md",
|
||
|
|
"changelog.md"
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+ssh://git@code.foss.global:29419/idp.global/catalog.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://code.foss.global/idp.global/catalog/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://code.foss.global/idp.global/catalog#readme",
|
||
|
|
"browserslist": [
|
||
|
|
"last 1 Chrome versions"
|
||
|
|
],
|
||
|
|
"keywords": [
|
||
|
|
"idp.global",
|
||
|
|
"catalog",
|
||
|
|
"web components",
|
||
|
|
"identity",
|
||
|
|
"authentication",
|
||
|
|
"design system"
|
||
|
|
],
|
||
|
|
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b8712034030524f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
|
||
|
|
}
|