Example 12372
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "mountain-petal"
version: "0.8.15"
description: "Fully-configurable coherent array"
keywords: [
"confusion"
"league"
"corny"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Joanne Carroll"
email: "Cheryl.Jenkins@hotmail.com"
url: "https://self-assured-reboot.com/"
}
}