mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
* Migrate `get-next-package-version.js` to TypeScript * Add release notes * Stronger type check * Fix step ordering * Fix typo * Fix missed ordering
21 lines
376 B
JSON
21 lines
376 B
JSON
{
|
|
"name": "@actual-app/ci-actions",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"tsx": "bin/tsx",
|
|
"test": "vitest --run",
|
|
"typecheck": "tsgo -b"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript/native-preview": "^7.0.0-dev.20260309.1",
|
|
"extensionless": "^2.0.6",
|
|
"vitest": "^4.1.0"
|
|
},
|
|
"extensionless": {
|
|
"lookFor": [
|
|
"ts"
|
|
]
|
|
}
|
|
}
|