Example 3176
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "diver-wear"
version: "8.2.8"
description: "Networked impactful system engine"
keywords: [
"humidity"
"trick"
"difficult"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=18"
}
author: {
name: "Cordie Feeney"
email: "Zita_Kuvalis-Effertz@yahoo.com"
url: "https://devoted-minion.com/"
}
}