Example 11479

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "scale-sprinkles"
version: "0.1.4"
description: "Team-oriented systemic adapter"

keywords: [
"disk"
"diver"
"supportive"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=18"
}

author: {
name: "Raquel O'Hara-Bartell"
email: "Bettie68@hotmail.com"
url: "https://innocent-shadowbox.com/"
}
}

See also