@kestra-io/libs
Version:
Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
74 lines (73 loc) • 1.95 kB
JSON
{
"name": "@kestra-io/libs",
"version": "0.22.0",
"description": "Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.",
"repository": {
"type": "git",
"url": "https://github.com/kestra-io/libs.git"
},
"keywords": [
"workflow",
"data",
"pipeline",
"workflow-engine",
"scheduler",
"orchestration",
"data-pipeline"
],
"author": "tchiotludo",
"license": "Apache-2.0",
"files": [
"dist",
"*.d.ts"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"scripts": {
"prepack": "npm run build",
"build": "rollup -c rollup.config.mjs",
"lint": "eslint --config eslint.config.mjs",
"format": "prettier --write .",
"test": "vitest run",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"rollup-plugin-dts": "^6.1.1",
"rollup": "^4.30.1",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript-eslint": "^8.20.0",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
}
}