Example 13377
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "ruin-sediment"
version: "3.2.5"
description: "Future-proofed systematic neural-net"
keywords: [
"yogurt"
"spear"
"blue"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Aurelio Lynch"
email: "Donnie_Halvorson@yahoo.com"
url: "https://ample-going.biz"
}
}