Example 2962
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "representation-sweatshop"
version: "3.16.5"
description: "Compatible exuding generative AI"
keywords: [
"republican"
"seal"
"handy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Ryder Johns"
email: "Jeanette.Cormier68@gmail.com"
url: "https://comfortable-abacus.com"
}
}