Example 9567
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "heating-fisherman"
version: "5.10.2"
description: "Devolved cloud-native artificial intelligence"
keywords: [
"convection"
"lawmaker"
"able"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Lavonne Padberg DVM"
email: "Alena88@yahoo.com"
url: "https://distorted-march.info/"
}
}