Example 2080

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "fun-stock"
version: "9.0.17"
description: "Implemented zero tolerance forecast"

keywords: [
"noon"
"lox"
"unimportant"
]

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

author: {
name: "Rosemary Stiedemann"
email: "Alice_Murphy@yahoo.com"
url: "https://buzzing-precedent.com"
}
}

See also