Example 15064
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "thongs-farm"
version: "7.18.19"
description: "Face to face optimal website"
keywords: [
"gradient"
"scout"
"well-lit"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=18"
}
author: {
name: "Austen Carroll"
email: "Everett_Pacocha42@hotmail.com"
url: "https://sparse-draft.info/"
}
}