{ "name": "jpclw-extension", "version": "1.0.0", "description": "Base class and system for jpclw extensions", "keywords": [ "jpc", "jpclw", "extension", "jpclwe" ], "repository": { "type": "git", "url": "https://git.labos.goip.de/chris/jpclw-extension.git" }, "license": "", "author": "cm", "type": "module", "main": "extension.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "jpc-like-websites": "git+https://git.labos.goip.de/chris/jpc-like-websites.git", "@eslint/css": "^0.7.0", "@eslint/js": "^9.26.0", "@eslint/json": "^0.12.0", "eslint": "^9.26.0", "globals": "^16.1.0" } }