tapbundle/package.json

50 lines
1.2 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,
2020-07-08 00:16:10 +00:00
"version": "3.2.5",
2017-03-04 07:32:17 +00:00
"description": "tap bundled for tapbuffer",
"main": "dist/index.js",
2017-03-04 09:06:43 +00:00
"typings": "dist/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": {
2020-07-07 22:54:15 +00:00
"@pushrocks/smartdelay": "^2.0.9",
2020-07-08 00:11:16 +00:00
"@pushrocks/smartenv": "^4.0.10",
2019-04-10 10:56:17 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2020-07-07 22:54:15 +00:00
"@pushrocks/smarttime": "^3.0.19",
2018-07-13 20:06:45 +00:00
"smartchai": "^2.0.1"
2017-10-10 15:14:14 +00:00
},
"devDependencies": {
2020-07-07 22:54:15 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
2020-07-08 00:11:16 +00:00
"@gitzone/tstest": "^1.0.36",
2020-07-07 22:54:15 +00:00
"@types/node": "^14.0.19",
2019-04-10 10:56:17 +00:00
"randomstring": "^1.1.5",
2020-07-07 22:54:15 +00:00
"tslint": "^6.1.2",
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/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-06-19 12:49:23 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-11-16 17:45:48 +00:00
}