Example 17169

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "teammate-simple"
version: "5.5.15"
description: "Sharable executive website"

keywords: [
"obedience"
"affect"
"pushy"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=18"
}

author: {
name: "Mario Lehner"
email: "Alize_McCullough@yahoo.com"
url: "https://ironclad-collectivization.name"
}
}

See also