@rs-box/ez-flow
Version:
Library for a workflow engine
54 lines (53 loc) • 1.52 kB
JSON
{
"name": "@rs-box/ez-flow",
"version": "1.1.2",
"description": "Library for a workflow engine",
"repository": {
"type": "git",
"url": "https://github.com/rstanziale/ez-flow.git"
},
"keywords": [
"workflow",
"typescript"
],
"scripts": {
"build": "tsc",
"coverage": "vitest run --coverage",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
"prepare": "husky install",
"release": "standard-version -- --dry-run",
"test": "vitest --run"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"doc"
],
"author": "Roberto B. Stanziale",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitest/coverage-v8": "^1.1.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "^3.0.3",
"standard-version": "^9.5.0",
"typescript": "^5.2.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
"uuid": "^9.0.1"
}
}