Example 15562
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "birdcage-orchid"
version: "3.8.16"
description: "Streamlined asymmetric moderator"
keywords: [
"interviewer"
"vista"
"right"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Patricia Kris-Blick"
email: "Lulu_Bernier@yahoo.com"
url: "https://rural-perp.org/"
}
}