{ "name": "@pushrocks/taskbuffer", "version": "2.1.1", "private": false, "description": "flexible task management. TypeScript ready!", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/taskbuffer.git" }, "keywords": [ "gulp", "task", "buffer", "TypeScript", "push.rocks" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/taskbuffer/issues" }, "homepage": "https://gitlab.com/pushrocks/taskbuffer#readme", "dependencies": { "@pushrocks/lik": "^3.0.13", "@pushrocks/smartdelay": "^2.0.6", "@pushrocks/smartlog": "^2.0.21", "@pushrocks/smartpromise": "^3.0.6", "@types/cron": "^1.7.1", "cron": "^1.7.2", "rxjs": "^6.5.3" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^12.12.14", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }