Example 6280
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "seagull-tuxedo"
version: "6.14.7"
description: "Public-key 24/7 product"
keywords: [
"trench"
"duster"
"tidy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Glen Hickle"
email: "Columbus84@yahoo.com"
url: "https://weighty-chapel.com/"
}
}