Example 12165
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "comestible-excess"
version: "7.0.0"
description: "Centralized dedicated structure"
keywords: [
"traffic"
"icebreaker"
"smoggy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Felton Bruen"
email: "Vallie_Block18@gmail.com"
url: "https://separate-horst.net/"
}
}