Example 16471
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "possession-farm"
version: "6.6.2"
description: "Sharable tertiary parallelism"
keywords: [
"draft"
"sonnet"
"immaculate"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Roberta Kulas"
email: "Granville.Russel34@gmail.com"
url: "https://ironclad-cuckoo.org/"
}
}