Example 16464
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "corral-rim"
version: "3.17.18"
description: "Reverse-engineered human-resource framework"
keywords: [
"dead"
"wriggler"
"tough"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Bettie Stanton"
email: "Melinda68@hotmail.com"
url: "https://tough-archaeology.info/"
}
}