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.
17 lines
478 B
17 lines
478 B
{
|
|
"name": "websites-like-jpc",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"files": [
|
|
"/src"
|
|
],
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"generate": "node generate_single_file.js",
|
|
"build": "npm run generate",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "cm",
|
|
"license": "ISC"
|
|
}
|
|
|