61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "aerospike",
|
|
"version": "0.2.2",
|
|
"description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript",
|
|
"type": "module",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/lucasoskorep/aerospike"
|
|
},
|
|
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/lucasoskorep/aerospike-gnome/issues"
|
|
},
|
|
"homepage": "https://github.com/lucasoskorep/aerospike-gnome/#readme",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist/*",
|
|
"lint": "eslint .",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@girs/gjs": "4.0.0-beta.38",
|
|
"@girs/gnome-shell": "49.1.0",
|
|
"@jest/globals": "^30.0.0",
|
|
"@types/jest": "^30.0.0",
|
|
"eslint": "^10.0.0",
|
|
"eslint-plugin-jsdoc": "^62.0.0",
|
|
"jest": "^30.0.0",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@girs/mtk-17": "17.0.0-4.0.0-beta.38"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.38",
|
|
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.38",
|
|
"@girs/gdk-4.0": "4.0.0-4.0.0-beta.38",
|
|
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.38",
|
|
"@girs/gio-2.0": "2.86.0-4.0.0-beta.38",
|
|
"@girs/gjs": "4.0.0-beta.38",
|
|
"@girs/glib-2.0": "2.86.0-4.0.0-beta.38",
|
|
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.38",
|
|
"@girs/gobject-2.0": "2.86.0-4.0.0-beta.38",
|
|
"@girs/graphene-1.0": "1.0.0-4.0.0-beta.38",
|
|
"@girs/gsk-4.0": "4.0.0-4.0.0-beta.38",
|
|
"@girs/gtk-4.0": "4.20.1-4.0.0-beta.38",
|
|
"@girs/harfbuzz-0.0": "11.5.0-4.0.0-beta.38",
|
|
"@girs/mtk-17": "17.0.0-4.0.0-beta.38",
|
|
"@girs/pango-1.0": "1.57.0-4.0.0-beta.38",
|
|
"@girs/pangocairo-1.0": "1.0.0-4.0.0-beta.38"
|
|
}
|
|
}
|
|
}
|