Example 6561
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "lieu-metabolite"
version: "2.19.11"
description: "Front-line static conglomeration"
keywords: [
"encouragement"
"permafrost"
"insecure"
]
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: "Hattie Braun"
email: "Everett_Botsford32@gmail.com"
url: "https://subtle-hyena.biz/"
}
}