@supercharge/pipeline
Version:
Run a pipeline of async tasks
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@supercharge/pipeline",
"description": "Run a pipeline of async tasks",
"version": "1.4.0",
"author": "Marcus Pöhls <marcus@superchargejs.com>",
"bugs": {
"url": "https://github.com/supercharge/pipeline/issues"
},
"dependencies": {
"@supercharge/classes": "~1.3.0"
},
"devDependencies": {
"@supercharge/tsconfig": "~1.0.0",
"@types/jest": "~26.0.15",
"@typescript-eslint/eslint-plugin": "~4.6.0",
"eslint": "~7.12.1",
"eslint-config-standard": "~16.0.1",
"eslint-config-standard-with-typescript": "~19.0.1",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-standard": "~4.0.2",
"jest": "~26.6.1",
"typescript": "~4.0.5"
},
"engines": {
"node": ">=8"
},
"files": [
"dist"
],
"homepage": "https://github.com/supercharge/pipeline",
"keywords": [
"nodejs",
"pipeline",
"supercharge",
"superchargejs"
],
"license": "MIT",
"main": "dist",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supercharge/pipeline.git"
},
"scripts": {
"build": "tsc",
"lint": "eslint src --ext .js,.ts",
"lint:fix": "npm run lint -- --fix",
"test": "npm run build && npm run lint && npm run test:run",
"test:run": "jest"
},
"types": "dist"
}