webwidget/package.json

57 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2020-09-19 15:51:50 +00:00
{
"name": "@uptime.link/webwidget",
2024-06-28 12:38:09 +00:00
"version": "1.1.2",
2020-09-19 15:51:50 +00:00
"private": false,
"description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.",
2020-09-19 15:51:50 +00:00
"main": "dist_ts_web/index.js",
"typings": "dist_ts_web/index.d.ts",
2022-03-25 01:07:07 +00:00
"type": "module",
2020-09-19 15:51:50 +00:00
"scripts": {
"test": "npm run build",
"build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production",
2020-09-19 15:51:50 +00:00
"watch": "tswatch element"
},
"author": "Lossless GmbH",
"license": "UNLICENSED",
"dependencies": {
"@design.estate/dees-catalog": "^1.0.289",
"@design.estate/dees-domtools": "^2.0.57",
"@design.estate/dees-element": "^2.0.34",
"@design.estate/dees-wcctools": "^1.0.90"
2020-09-19 15:51:50 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.82",
"@git.zone/tsbundle": "^2.0.15",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tswatch": "^2.0.23",
2023-10-06 11:58:03 +00:00
"@push.rocks/projectinfo": "^5.0.2"
2020-09-19 15:51:50 +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": [
"uptime",
"status",
"webwidget",
"monitoring",
"widget",
"typescript",
"web component",
"UI",
"frontend",
"npm package"
2020-09-19 15:51:50 +00:00
]
2024-06-26 19:12:12 +00:00
}