53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@push.rocks/smartstream",
|
|
"version": "3.0.22",
|
|
"private": false,
|
|
"description": "simplifies access to node streams",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/push.rocks/smartstream.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/push.rocks/smartstream/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/push.rocks/smartstream#readme",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
"@git.zone/tsrun": "^1.2.44",
|
|
"@git.zone/tstest": "^1.0.84",
|
|
"@push.rocks/smartfile": "^11.0.0",
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
"@types/node": "^20.9.0"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.12",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrx": "^3.0.7"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|