Example 5565
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "diversity-encouragement"
version: "6.17.5"
description: "Team-oriented secondary internet solution"
keywords: [
"bin"
"mallard"
"enchanting"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Alyson Rippin Jr."
email: "Jorge74@yahoo.com"
url: "https://prickly-mathematics.net"
}
}