Example 6271
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "ecliptic-median"
version: "2.13.14"
description: "Managed zero administration generative AI"
keywords: [
"subexpression"
"reservation"
"alert"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=18"
}
author: {
name: "Mr. Noah Bernhard"
email: "Eric34@yahoo.com"
url: "https://sturdy-disappointment.net/"
}
}