feat: external capture queue and modal-first add flow (v0.1.1)
This commit is contained in:
13
tools/native-host/package.json
Normal file
13
tools/native-host/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "gdown-native-host",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=24 <25"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./host.mjs",
|
||||
"smoke": "node ./smoke.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user