mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
* Upgrade to Vite 8 * Add release notes * PR feedback * [autofix.ci] apply automated fixes * PR feedback * fix: inject process.env * Restore deleted release note * Clean up and typecheck * Fix dev server * Fix type error * Fix tests * PR feedback --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "eslint-plugin-actual",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "./lib/index.js",
|
|
"exports": "./lib/index.js",
|
|
"scripts": {
|
|
"test": "vitest --run"
|
|
},
|
|
"dependencies": {
|
|
"requireindex": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-vitest-rule-tester": "^3.1.0",
|
|
"loupe": "^3.2.1",
|
|
"strip-literal": "^3.1.0",
|
|
"tinyspy": "^4.0.4",
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|