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.
20 lines
493 B
20 lines
493 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": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"/lib"
|
|
],
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|
|
|