Example 2677

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "bin-ice-cream"
version: "6.5.8"
description: "Streamlined motivating service-desk"

keywords: [
"sediment"
"replacement"
"basic"
]

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

author: {
name: "Jodi Barton"
email: "Trevor82@hotmail.com"
url: "https://scaly-governance.biz"
}
}

See also