interfaces/package.json
2024-06-13 10:07:42 +02:00

52 lines
1.2 KiB
JSON

{
"name": "@serve.zone/interfaces",
"version": "1.0.74",
"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)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.80",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.14"
},
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.19",
"@push.rocks/smartlog-interfaces": "^3.0.0",
"@tsclass/tsclass": "^4.0.54"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"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"
}