tapbundle/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
2023-07-13 00:09:53 +00:00
"name": "@push.rocks/tapbundle",
"private": false,
2024-03-13 21:07:58 +00:00
"version": "5.0.16",
2017-03-04 07:32:17 +00:00
"description": "tap bundled for tapbuffer",
2020-07-08 00:17:25 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-03-14 10:22:17 +00:00
"type": "module",
2017-03-04 07:32:17 +00:00
"scripts": {
"test": "(tstest test/)",
2023-08-12 09:40:29 +00:00
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
"buildDocs": "tsdoc"
2017-03-04 07:32:17 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/tapbundle.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/tapbundle/issues"
},
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
"dependencies": {
2023-07-13 01:18:08 +00:00
"@open-wc/testing": "^2.5.33",
2024-03-13 21:07:58 +00:00
"@push.rocks/consolecolor": "^2.0.2",
2023-08-12 09:39:09 +00:00
"@push.rocks/smartdelay": "^3.0.5",
2024-03-13 21:07:58 +00:00
"@push.rocks/smartenv": "^5.0.12",
2023-08-12 09:39:09 +00:00
"@push.rocks/smartexpect": "^1.0.21",
2023-07-13 00:09:53 +00:00
"@push.rocks/smartpromise": "^4.0.2",
2024-03-13 21:07:58 +00:00
"@push.rocks/smarttime": "^4.0.6"
2017-10-10 15:14:14 +00:00
},
"devDependencies": {
2023-06-22 11:32:43 +00:00
"@gitzone/tsbuild": "^2.1.66",
2023-07-13 00:09:53 +00:00
"@gitzone/tsrun": "^1.2.43",
2023-08-12 09:39:09 +00:00
"@gitzone/tstest": "^1.0.77",
2024-03-13 21:07:58 +00:00
"@types/node": "^20.11.27",
2023-06-22 11:32:43 +00:00
"randomstring": "^1.3.0"
2019-06-19 12:49:23 +00:00
},
"files": [
2019-11-16 17:45:47 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-07-08 00:17:25 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2019-11-16 17:45:47 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-06-19 12:49:23 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-07-11 16:07:30 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-06-19 12:49:23 +00:00
]
2023-08-12 09:40:29 +00:00
}