Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "desktop-harness",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"check": "tsc --noEmit",
|
||||
"test": "npm run build && node --test dist/test/*.test.js",
|
||||
"home": "node dist/src/main.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.0.0",
|
||||
"typescript": "^5.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user