typedrequest-interfaces/package.json
2024-05-05 16:39:42 +02:00

49 lines
1.0 KiB
JSON

{
"name": "@api.global/typedrequest-interfaces",
"version": "3.0.19",
"private": false,
"description": "A library providing interfaces for making typed HTTP requests.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.8"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"HTTP",
"requests",
"interfaces",
"TypeScript",
"streaming",
"API",
"virtual streams"
]
}