taskbuffer/package.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "@pushrocks/taskbuffer",
2020-09-07 23:52:23 +00:00
"version": "2.1.13",
"private": false,
2016-08-01 11:35:33 +00:00
"description": "flexible task management. TypeScript ready!",
2020-07-12 00:48:51 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-02-12 03:49:31 +00:00
"scripts": {
2020-07-12 00:48:51 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web && tsbundle npm)"
2016-02-12 03:49:31 +00:00
},
"repository": {
"type": "git",
2016-08-01 11:35:33 +00:00
"url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
2016-02-12 03:49:31 +00:00
},
"keywords": [
"gulp",
2017-01-20 17:54:23 +00:00
"task",
"buffer",
"TypeScript",
"push.rocks"
2016-02-12 03:49:31 +00:00
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-08-01 11:35:33 +00:00
"url": "https://gitlab.com/pushrocks/taskbuffer/issues"
2016-02-12 03:49:31 +00:00
},
2016-08-01 11:35:33 +00:00
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
2016-02-12 03:49:31 +00:00
"dependencies": {
2020-09-02 13:04:12 +00:00
"@pushrocks/lik": "^4.0.17",
2020-07-12 00:48:51 +00:00
"@pushrocks/smartdelay": "^2.0.10",
2020-09-07 23:52:22 +00:00
"@pushrocks/smartlog": "^2.0.37",
2019-11-27 23:34:45 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-07-12 02:40:45 +00:00
"@pushrocks/smartrx": "^2.0.18",
2020-09-07 23:52:22 +00:00
"@pushrocks/smarttime": "^3.0.35",
2020-07-12 00:48:51 +00:00
"@types/cron": "^1.7.2"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2020-09-02 13:04:12 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
2020-07-12 00:48:51 +00:00
"@pushrocks/tapbundle": "^3.2.9",
2020-09-04 06:47:30 +00:00
"@types/node": "^14.6.4",
2020-09-02 13:04:12 +00:00
"tslint": "^6.1.3",
2019-09-05 09:35:26 +00:00
"tslint-config-prettier": "^1.18.0"
2019-09-06 14:32:36 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-07-12 00:48:51 +00:00
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-06 14:32:36 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2020-07-12 00:48:51 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-09-06 14:32:36 +00:00
]
2020-09-02 13:04:53 +00:00
}