Example 5077
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "wedding-compromise"
version: "4.2.13"
description: "Managed fault-tolerant policy"
keywords: [
"monasticism"
"dead"
"granular"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=18"
}
author: {
name: "Dr. Fidel Stamm"
email: "Norma55@hotmail.com"
url: "https://unknown-blight.net"
}
}