Example 14674
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "ignorance-fit"
version: "3.11.1"
description: "User-centric static projection"
keywords: [
"tune-up"
"hose"
"rough"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Gideon Pfeffer"
email: "Rosa38@gmail.com"
url: "https://curly-warming.net"
}
}