Example 8171
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "cutover-pilot"
version: "2.3.18"
description: "Customer-focused intermediate toolset"
keywords: [
"cardboard"
"hepatitis"
"pushy"
]
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: "Adrienne Wyman"
email: "Davion.Gutkowski@yahoo.com"
url: "https://monthly-obedience.net"
}
}