typedrequest-interfaces/package.json

49 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-08-22 13:40:10 +00:00
{
2023-08-03 19:18:25 +00:00
"name": "@api.global/typedrequest-interfaces",
2024-05-05 14:39:42 +00:00
"version": "3.0.19",
2019-08-22 13:40:10 +00:00
"private": false,
2024-04-14 16:59:49 +00:00
"description": "A library providing interfaces for making typed HTTP requests.",
2022-10-26 09:35:19 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-08-22 13:40:10 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
2022-10-26 09:35:19 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2019-08-22 13:40:10 +00:00
},
"devDependencies": {
2023-08-03 19:18:25 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
2024-05-05 14:39:42 +00:00
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.8"
2019-08-22 13:40:10 +00:00
},
2019-08-23 14:59:31 +00:00
"files": [
2020-02-10 21:08:52 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2022-10-26 09:35:19 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-10 21:08:52 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-08-23 14:59:31 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2022-10-26 09:35:19 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2024-04-14 16:59:49 +00:00
],
"keywords": [
"HTTP",
"requests",
"interfaces",
"TypeScript",
"streaming",
"API",
"virtual streams"
2019-08-23 14:59:31 +00:00
]
2024-05-05 14:39:42 +00:00
}