tapbundle/package.json

49 lines
1.1 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,
2019-08-22 22:05:22 +00:00
"version": "3.0.13",
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/)",
"build": "(tsbuild)"
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": {
"@pushrocks/early": "^3.0.3",
2019-04-10 10:56:17 +00:00
"@pushrocks/smartdelay": "^2.0.3",
"@pushrocks/smartpromise": "^3.0.2",
2018-07-13 20:06:45 +00:00
"smartchai": "^2.0.1"
2017-10-10 15:14:14 +00:00
},
"devDependencies": {
2019-06-19 11:18:45 +00:00
"@gitzone/tsbuild": "^2.1.11",
2019-08-22 21:57:27 +00:00
"@gitzone/tsrun": "^1.2.8",
2019-06-19 11:18:45 +00:00
"@gitzone/tstest": "^1.0.24",
2019-08-22 21:57:27 +00:00
"@types/node": "^12.7.2",
2019-04-10 10:56:17 +00:00
"randomstring": "^1.1.5",
2019-08-22 21:57:27 +00:00
"tslint": "^5.19.0",
2019-04-10 10:56:17 +00:00
"tslint-config-prettier": "^1.18.0"
2019-06-19 12:49:23 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-08-22 22:05:21 +00:00
"dist_ts_web/*",
2019-06-19 12:49:23 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-22 22:05:22 +00:00
}