Example 7470

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "ice-cream-midwife"
version: "2.14.10"
description: "Versatile systemic toolset"

keywords: [
"recovery"
"palate"
"dual"
]

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

author: {
name: "Elias Kohler"
email: "Jesse_Macejkovic56@hotmail.com"
url: "https://anguished-fat.net"
}
}

See also