Example 14668
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "scholarship-event"
version: "2.20.0"
description: "Extended responsive instruction set"
keywords: [
"ignorance"
"soybean"
"worthless"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Christian Grant"
email: "Marcos_Schowalter@hotmail.com"
url: "https://superb-farm.biz/"
}
}