Example 8764
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "going-fellow"
version: "0.5.18"
description: "Grass-roots interactive knowledge base"
keywords: [
"place"
"receptor"
"regal"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Ernestina Oberbrunner"
email: "Mozell.Osinski94@yahoo.com"
url: "https://lively-asset.biz/"
}
}