Example 1272

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "pharmacopoeia-epic"
version: "2.3.11"
description: "Public-key resilient productivity"

keywords: [
"fisherman"
"catalyst"
"impeccable"
]

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

author: {
name: "Benjamin Schuppe"
email: "Wilbert.Shanahan@hotmail.com"
url: "https://appropriate-euphonium.info/"
}
}

See also