{ "name": "aerospike", "version": "0.2.4", "description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript", "packageManager": "pnpm@12.3.4", "type": "module", "private": true, "repository": { "type": "git", "url": "git+https://gitlab.com/lucasoskorep/aerospike" }, "author": "Lucas Oskorep ", "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": { "@eslint/js": "^10.0.1", "@girs/gjs": "^4.7.0", "@girs/gnome-shell": "^50.0.4", "@jest/globals": "^30.5.1", "@types/jest": "^30.0.0", "eslint": "^10.10.0", "eslint-plugin-jsdoc": "^64.3.6", "jest": "^30.5.1", "ts-jest": "^29.4.12", "typescript": "^5.9.3", "typescript-eslint": "^8.69.0" }, "dependencies": { "@girs/mtk-17": "17.0.0-4.0.4" } }