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-06-13 08:07:42 +00:00
"version": "1.0.74",
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-05-27 12:34:01 +00:00
"@git.zone/tsbuild": "^2.1.80",
2024-01-24 00:09:21 +00:00
"@git.zone/tsbundle": "^2.0.8",
2024-05-05 14:57:15 +00:00
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.23",
2024-05-31 19:29:03 +00:00
"@types/node": "^20.12.14"
2021-11-07 02:22:46 +00:00
},
"dependencies": {
2024-05-05 14:57:15 +00:00
"@api.global/typedrequest-interfaces": "^3.0.19",
2024-02-03 19:24:11 +00:00
"@push.rocks/smartlog-interfaces": "^3.0.0",
2024-05-05 14:57:15 +00:00
"@tsclass/tsclass": "^4.0.54"
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
}