Example 15072

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "skean-passport"
version: "0.12.6"
description: "Adaptive immersive projection"

keywords: [
"wombat"
"ceramics"
"excitable"
]

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

author: {
name: "Sylvia Mertz"
email: "David.Kihn@hotmail.com"
url: "https://thrifty-majority.com/"
}
}

See also