Example 12779
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "scrap-tooth"
version: "1.7.11"
description: "Adaptive regional application"
keywords: [
"citizen"
"toothbrush"
"tall"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Martina Dare"
email: "Dennis47@yahoo.com"
url: "https://flimsy-necklace.org/"
}
}