Example 7473
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "willow-onset"
version: "4.6.7"
description: "Multi-tiered system-worthy paradigm"
keywords: [
"sauerkraut"
"dish"
"distinct"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Maria Rippin Sr."
email: "Ronnie.McDermott@hotmail.com"
url: "https://ajar-conservative.com/"
}
}