smartlog-destination-devtools/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2018-03-01 22:39:03 +00:00
{
2023-07-10 08:02:38 +00:00
"name": "@push.rocks/smartlog-destination-devtools",
2024-05-30 15:59:50 +00:00
"version": "1.0.12",
2018-11-13 00:32:39 +00:00
"private": false,
2024-04-14 15:50:18 +00:00
"description": "A library enabling enhanced logging in browser development tools.",
2020-06-05 12:28:17 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-03-01 22:39:03 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2020-07-10 00:28:54 +00:00
"test": "(tstest test/ --web)",
2024-05-29 12:14:12 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2018-03-01 22:39:03 +00:00
},
"devDependencies": {
2024-05-29 12:14:12 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/smartlog": "^3.0.2",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.12.12"
2018-03-01 22:39:03 +00:00
},
"dependencies": {
2024-05-29 12:14:12 +00:00
"@push.rocks/smartlog-interfaces": "^3.0.0"
2020-07-10 00:37:18 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 15:50:18 +00:00
],
"keywords": [
"logging",
"browser",
"development tools",
"typescript",
"npm package",
"browser console",
"log management",
"visual logging",
"smartlog",
"devtools"
2024-05-29 12:14:12 +00:00
],
"repository": {
"type": "git",
2024-05-30 15:59:42 +00:00
"url": "git+https://code.foss.global/push.rocks/smartlog-destination-devtools.git"
2024-05-29 12:14:12 +00:00
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartlog-destination-devtools/issues"
},
2024-05-30 15:59:42 +00:00
"homepage": "https://code.foss.global/push.rocks/smartlog-destination-devtools#readme",
2024-05-29 12:14:12 +00:00
"type": "module"
2024-05-30 15:59:50 +00:00
}