tapbundle/package.json

39 lines
996 B
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-06-19 11:18:46 +00:00
"version": "3.0.10",
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",
"leakage": "^0.4.0",
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",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.24",
"@types/node": "^12.0.8",
2019-04-10 10:56:17 +00:00
"randomstring": "^1.1.5",
2019-06-19 11:18:45 +00:00
"tslint": "^5.17.0",
2019-04-10 10:56:17 +00:00
"tslint-config-prettier": "^1.18.0"
2017-03-04 07:32:17 +00:00
}
2019-04-10 10:56:56 +00:00
}