Example 8072

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "swim-pick"
version: "9.8.5"
description: "Profit-focused scalable implementation"

keywords: [
"tentacle"
"discourse"
"each"
]

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

author: {
name: "Jason Rau"
email: "Jose_Kuhic@yahoo.com"
url: "https://content-starboard.com/"
}
}

See also