Example 14679
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "clamp-goodwill"
version: "1.15.15"
description: "Universal directional database"
keywords: [
"wombat"
"stitcher"
"queasy"
]
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: "Cora Gleichner Sr."
email: "Malachi39@yahoo.com"
url: "https://peaceful-wasabi.biz/"
}
}