Files
pineNoteShell/pinenote-shell/package.json
T

14 lines
327 B
JSON

{
"name": "pinenote-shell",
"version": "1.0.0",
"description": "Fullscreen GTK widget for Pine64 PineNote with Hyprland support",
"main": "./src/main.js",
"type": "module",
"scripts": {
"start": "gjs src/main.js",
"dev": "gjs --interpret src/main.js"
},
"dependencies": {
"@agi/gtk3": "^0.7.4"
}
}