@barnum/barnum 0.0.0-main-09d2869b → 0.0.0-main-e9f46874
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barnum/barnum",
|
|
3
|
-
"version": "0.0.0-main-
|
|
3
|
+
"version": "0.0.0-main-e9f46874",
|
|
4
4
|
"description": "Barnum workflow engine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"build": "tsc -p tsconfig.build.json",
|
|
25
25
|
"test": "vitest run",
|
|
26
26
|
"typecheck": "tsc --noEmit",
|
|
27
|
-
"lint": "oxlint src/ tests/"
|
|
27
|
+
"lint": "oxlint src/ tests/ && eslint src/ tests/"
|
|
28
28
|
},
|
|
29
29
|
"author": "Robert Balicki",
|
|
30
30
|
"license": "MIT",
|
|
@@ -44,12 +44,15 @@
|
|
|
44
44
|
],
|
|
45
45
|
"sideEffects": false,
|
|
46
46
|
"devDependencies": {
|
|
47
|
+
"@barnum/eslint-plugin": "workspace:*",
|
|
47
48
|
"@oxlint/binding-darwin-arm64": "^1.57.0",
|
|
48
49
|
"@types/json-schema": "^7.0.15",
|
|
49
50
|
"@types/node": "^25.5.0",
|
|
51
|
+
"eslint": "^9.27.0",
|
|
50
52
|
"oxlint": "^1.57.0",
|
|
51
53
|
"prettier": "^3.8.1",
|
|
52
54
|
"tsx": "^4.21.0",
|
|
55
|
+
"typescript-eslint": "^8.32.1",
|
|
53
56
|
"typescript": "^6.0.3",
|
|
54
57
|
"vitest": "^3.0.0"
|
|
55
58
|
},
|