Example 11766

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "contrail-pop"
version: "3.0.14"
description: "Open-source zero tolerance encoding"

keywords: [
"alliance"
"impact"
"reflecting"
]

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

author: {
name: "Grant Glover"
email: "Amos_OConnell6@yahoo.com"
url: "https://animated-cruelty.info/"
}
}

See also