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-03-15 16:36:26 +00:00
"version": "3.2.1",
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",
2020-03-15 16:36:25 +00:00
"@pushrocks/smartfile": "^7.0.9",
2019-04-10 10:56:17 +00:00
"@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": {
2020-03-15 16:36:25 +00:00
"@gitzone/tsbuild": "^2.1.20",
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",
2020-03-15 16:36:25 +00:00
"@types/node": "^13.9.0",
2019-04-10 10:56:17 +00:00
"randomstring": "^1.1.5",
2020-03-15 16:36:25 +00:00
"tslint": "^6.1.0",
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
}