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.
31 lines
870 B
31 lines
870 B
{
|
|
"name": "jpc-like-websites",
|
|
"version": "1.5.8.29",
|
|
"description": "Framework to build websites in a Jetpack Compose like manner, as well as an extensive use of method-chaingin.",
|
|
"main": "jpc-like-websites.js",
|
|
"exports": {
|
|
"vanilla": "./jpc-like-websites.js",
|
|
"module": "./jpc-like-websites.mjs"
|
|
},
|
|
"files": [
|
|
"/src"
|
|
],
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"generate": "node generate_single_file.js true",
|
|
"build": "npm run generate",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "cm",
|
|
"license": "SEE LICENCE.md",
|
|
"dependencies": {
|
|
"jpclw-extension": "git+https://git.labos.goip.de/chris/jpclw-extension.git"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/css": "^0.7.0",
|
|
"@eslint/js": "^9.26.0",
|
|
"@eslint/json": "^0.12.0",
|
|
"eslint": "^9.26.0",
|
|
"globals": "^16.1.0"
|
|
}
|
|
}
|