Example 12268
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "affiliate-luck"
version: "7.19.18"
description: "Triple-buffered AI-powered toolset"
keywords: [
"eyeliner"
"instance"
"bare"
]
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: "Esther Little"
email: "Nickolas16@gmail.com"
url: "https://appropriate-summary.biz"
}
}