Example 5865

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "giggle-riser"
version: "7.19.2"
description: "Immersive national knowledge base"

keywords: [
"creature"
"assist"
"velvety"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=20"
}

author: {
name: "Maggie Rodriguez V"
email: "Joan24@gmail.com"
url: "https://indolent-account.info/"
}
}

See also