Example 14271
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "hunt-elver"
version: "5.3.3"
description: "Automated value-added adapter"
keywords: [
"compromise"
"valley"
"unwilling"
]
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: "Mr. Rigoberto Casper"
email: "Jan.Lebsack@yahoo.com"
url: "https://memorable-fireplace.biz"
}
}