feat: add environment configuration and SQLite migration support
This commit is contained in:
+5
-1
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"name": "desktop-harness",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.13.0"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"check": "tsc --noEmit",
|
||||
"test": "npm run build && node --test dist/test/*.test.js",
|
||||
"home": "node dist/src/main.js"
|
||||
"home": "node dist/src/main.js",
|
||||
"setup:check": "node --env-file=.env dist/src/check.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.0.0",
|
||||
|
||||
Reference in New Issue
Block a user