lidex
Version:
lightweight durable execution library
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "lidex",
"version": "2.0.9",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "npx jest",
"lint": "npx eslint .",
"lint-fix": "npx eslint . --fix",
"format": "npx prettier . --write",
"format-check": "npx prettier . --check"
},
"keywords": [
"durable",
"invincible",
"workflow"
],
"author": "Fernando Romero <fernandojhoel@gmail.com>",
"license": "MIT",
"description": "lightweight durable execution library",
"repository": {
"type": "git",
"url": "git+https://github.com/ferromir/lidex.git"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.5",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-mock-extended": "^4.0.0-beta1",
"prettier": "^3.5.3",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
}
}