Example 13061

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "maintainer-sushi"
version: "9.2.7"
description: "Horizontal data-driven workforce"

keywords: [
"place"
"quit"
"unwieldy"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=20"
}

author: {
name: "Kali Gutmann"
email: "Alma_Romaguera@hotmail.com"
url: "https://big-lamp.com"
}
}

See also