Example 16476
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "version-divine"
version: "1.4.7"
description: "Monitored actuating synergy"
keywords: [
"king"
"swath"
"variable"
]
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: "Daniela Carter"
email: "Conrad50@gmail.com"
url: "https://unfortunate-thorn.name"
}
}