Example 4368
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "wasabi-chow"
version: "7.15.19"
description: "Versatile maximized productivity"
keywords: [
"guard"
"interchange"
"tedious"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Elliot Quitzon"
email: "Tommie79@hotmail.com"
url: "https://present-ad.org"
}
}