statuspage/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-19 13:59:30 +00:00
{
"name": "@uptime.link/statuspage",
2024-06-26 18:28:10 +00:00
"version": "1.0.72",
2020-09-19 13:59:30 +00:00
"private": false,
"description": "a catalog with webcomponents for uptimelink dashboard",
"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"
]
2023-01-05 12:37:29 +00:00
}