Example 14080

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "intent-making"
version: "5.6.15"
description: "Automated asymmetric leverage"

keywords: [
"trash"
"futon"
"impressionable"
]

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

author: {
name: "Lori Beier"
email: "Shyann_Fisher33@yahoo.com"
url: "https://far-flung-term.net"
}
}

See also