Example 9064

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "king-earth"
version: "1.4.15"
description: "Cross-platform asynchronous flexibility"

keywords: [
"republican"
"gymnast"
"strange"
]

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

author: {
name: "Daniel Schaefer"
email: "Sadie56@gmail.com"
url: "https://husky-jazz.info"
}
}

See also