statuspage/package.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2020-09-19 13:59:30 +00:00
{
"name": "@uptime.link/statuspage",
2024-06-27 10:20:10 +00:00
"version": "1.0.74",
2020-09-19 13:59:30 +00:00
"private": false,
"description": "A catalog of web components for the UptimeLink dashboard.",
2020-09-19 13:59:30 +00:00
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
2022-03-24 15:07:15 +00:00
"type": "module",
2020-09-19 13:59:30 +00:00
"scripts": {
"test": "npm run build",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
2023-01-05 12:37:28 +00:00
"watch": "tswatch element",
"buildDocs": "tsdoc"
2020-09-19 13:59:30 +00:00
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@design.estate/dees-domtools": "^2.0.1",
"@design.estate/dees-element": "^2.0.4",
"@design.estate/dees-wcctools": "^1.0.73",
"@uptime.link/interfaces": "^2.0.21"
2020-09-19 13:59:30 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.61",
"@git.zone/tsbundle": "^2.0.7",
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tswatch": "^2.0.5",
"@push.rocks/projectinfo": "^5.0.1",
"@push.rocks/smartenv": "^5.0.0",
2023-01-05 12:37:28 +00:00
"@types/node": "^18.11.18"
2020-09-19 13:59:30 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 Chrome versions"
],
"keywords": [
"web components",
"uptimelink",
"dashboard",
"status monitoring",
"typescript",
"incidents",
"status",
"performance",
"uptime",
"frontend",
"UI",
"catalog"
2020-09-19 13:59:30 +00:00
]
2024-06-26 18:30:22 +00:00
}