smartlog-interfaces/package.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2018-02-07 23:12:25 +00:00
{
2023-07-10 08:02:51 +00:00
"name": "@push.rocks/smartlog-interfaces",
2024-06-06 14:48:20 +00:00
"version": "3.0.1",
"private": false,
2024-04-14 15:53:29 +00:00
"description": "Defines interfaces for the smartlog ecosystem.",
2020-06-04 15:12:36 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-02-07 23:12:25 +00:00
"author": "Lossless GmbH",
2018-02-08 00:04:50 +00:00
"license": "MIT",
2018-02-07 23:12:25 +00:00
"scripts": {
2022-10-26 13:18:09 +00:00
"test": "tstest test/",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2018-02-07 23:12:25 +00:00
},
2018-02-07 23:12:30 +00:00
"devDependencies": {
2024-06-06 14:48:19 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.14.2"
2018-02-07 23:12:25 +00:00
},
2020-06-04 15:04:44 +00:00
"dependencies": {
2024-06-06 14:48:19 +00:00
"@api.global/typedrequest-interfaces": "^2.0.1",
"@tsclass/tsclass": "^4.0.54"
2020-06-04 15:12:36 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2020-09-03 22:12:39 +00:00
],
"browserslist": [
"last 1 chrome versions"
2022-10-26 13:18:09 +00:00
],
2024-04-14 15:53:29 +00:00
"type": "module",
"keywords": [
"logging",
"interfaces",
"typescript",
"smartlog",
"log management",
"log interface",
"ecosystem",
"node.js",
"typescript definitions"
2024-05-29 12:14:23 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartlog-interfaces",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlog-interfaces.git"
}
2024-06-06 14:48:20 +00:00
}