Example 14580

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "ribbon-programme"
version: "2.0.3"
description: "Total explicit task-force"

keywords: [
"waterspout"
"celsius"
"mammoth"
]

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: "Christophe Langworth"
email: "Crystal28@hotmail.com"
url: "https://proud-amnesty.name/"
}
}

See also