24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"name": "VoidShell",
|
|
"version": "0.0.0",
|
|
"description": "Custom GTK3 desktop shell meant for Sway sessions",
|
|
"type": "module",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.ezri.dev/ezri/VoidShell.git"
|
|
},
|
|
"author": "Ezri Brimhall <ezri@ezri.dev>",
|
|
"license": "All right reserved",
|
|
"devDependencies": {
|
|
"eslint": "^9.14.0",
|
|
"eslint-plugin-jsdoc": "^50.4.3",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@girs/gdk-3.0": "^3.24.43-4.0.0-beta.16",
|
|
"@girs/gjs": "^4.0.0-beta.16",
|
|
"yaml": "^2.7.0"
|
|
}
|
|
}
|