Example 14166

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "accelerator-juggernaut"
version: "9.10.10"
description: "Self-enabling global system engine"

keywords: [
"shark"
"polyester"
"remorseful"
]

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: "Wilbert Jakubowski"
email: "Kaylah.Witting@yahoo.com"
url: "https://knotty-heartache.net/"
}
}

See also