You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

30 lines
728 B

{
"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"
}
}