Example 5768
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "finer-restaurant"
version: "3.5.16"
description: "Profit-focused global algorithm"
keywords: [
"moment"
"soliloquy"
"content"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Ray Ebert"
email: "Hillary91@gmail.com"
url: "https://winged-vista.org"
}
}