Files
aerospike-gnome/package.json
T
2026-06-15 15:31:41 -04:00

41 lines
1.1 KiB
JSON

{
"name": "aerospike",
"version": "0.2.3",
"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.4",
"@girs/gnome-shell": "50.0.0",
"@jest/globals": "^30.4.1",
"@types/jest": "^30.0.0",
"eslint": "^10.5.0",
"eslint-plugin-jsdoc": "^63.0.2",
"jest": "^30.4.2",
"ts-jest": "^29.4.11",
"typescript": "^6.0.3"
},
"dependencies": {
"@girs/mtk-17": "17.0.0-4.0.4"
}
}