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