tapbundle/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2017-03-04 07:32:17 +00:00
{
2018-07-13 20:06:45 +00:00
"name": "@pushrocks/tapbundle",
"private": false,
2022-02-28 12:17:00 +00:00
"version": "4.0.8",
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",
2017-03-04 07:32:17 +00:00
"scripts": {
"test": "(tstest test/)",
2020-07-08 00:15:44 +00:00
"build": "(tsbuild --web)"
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": {
2022-02-28 12:16:59 +00:00
"@open-wc/testing-helpers": "^1.8.12",
2021-12-10 16:34:06 +00:00
"@pushrocks/smartdelay": "^2.0.13",
2021-01-26 02:35:02 +00:00
"@pushrocks/smartenv": "^4.0.16",
2022-02-15 15:40:21 +00:00
"@pushrocks/smartexpect": "^1.0.12",
2021-12-10 16:34:06 +00:00
"@pushrocks/smartpromise": "^3.1.6",
2022-02-15 15:40:21 +00:00
"@pushrocks/smarttime": "^3.0.45"
2017-10-10 15:14:14 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.29",
2021-12-10 16:34:06 +00:00
"@gitzone/tsrun": "^1.2.18",
2022-02-15 15:40:21 +00:00
"@gitzone/tstest": "^1.0.64",
"@types/node": "^17.0.18",
2022-02-02 02:03:03 +00:00
"randomstring": "^1.2.2",
2021-01-26 02:35:02 +00:00
"tslint": "^6.1.3",
2019-04-10 10:56:17 +00:00
"tslint-config-prettier": "^1.18.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
]
2021-01-26 02:35:03 +00:00
}