Example 13070

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "space-dredger"
version: "4.20.9"
description: "Fundamental AI-powered migration"

keywords: [
"harp"
"secret"
"insignificant"
]

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

author: {
name: "Claudia Mitchell"
email: "Carlie.Dietrich@gmail.com"
url: "https://clueless-bookend.info"
}
}

See also