Files
actual-budget-skill/scripts/package.json
Bill Ballou 28babb178d Track package.json and package-lock.json for reproducible installs
Previously both were gitignored, requiring npm init + npm install on
every fresh clone. Now only node_modules/ is ignored.
2026-03-22 13:55:07 -04:00

10 lines
155 B
JSON

{
"name": "actual-budget-skill",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@actual-app/api": "^26.3.0"
}
}