Example 14770

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "guidance-decryption"
version: "2.11.3"
description: "Virtual sustainable conglomeration"

keywords: [
"piglet"
"bookend"
"joyful"
]

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

author: {
name: "Ira Yundt"
email: "Mellie.Donnelly68@hotmail.com"
url: "https://marvelous-juggernaut.biz"
}
}

See also