Example 9376
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "armchair-scorpion"
version: "3.10.4"
description: "Open-architected empowering hardware"
keywords: [
"hovel"
"fen"
"quick"
]
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: "Keely Towne"
email: "Marcelino.Haley@yahoo.com"
url: "https://uniform-scarification.info"
}
}