interfaces/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2021-11-07 02:22:46 +00:00
{
2024-01-23 22:38:10 +00:00
"name": "@serve.zone/interfaces",
2024-03-22 21:49:34 +00:00
"version": "1.0.49",
2021-11-07 02:22:46 +00:00
"private": false,
"description": "interfaces for working with containers",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2024-01-23 22:38:10 +00:00
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2021-11-07 02:22:46 +00:00
},
"devDependencies": {
2024-01-24 00:09:21 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
2024-03-03 12:19:44 +00:00
"@types/node": "^20.11.24"
2021-11-07 02:22:46 +00:00
},
"dependencies": {
2024-03-06 02:46:50 +00:00
"@api.global/typedrequest-interfaces": "^3.0.18",
2024-02-03 19:24:11 +00:00
"@push.rocks/smartlog-interfaces": "^3.0.0",
2024-03-03 12:19:44 +00:00
"@tsclass/tsclass": "^4.0.52"
2021-11-07 02:22:46 +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-01-23 22:38:10 +00:00
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/serve.zone/interfaces.git"
},
"bugs": {
"url": "https://gitlab.com/serve.zone/interfaces/issues"
},
"homepage": "https://gitlab.com/serve.zone/interfaces#readme",
"type": "module"
2024-01-24 00:46:28 +00:00
}