Example 15966
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "cycle-legging"
version: "9.15.6"
description: "Profound 24 hour time-frame"
keywords: [
"fundraising"
"trench"
"sunny"
]
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: "Heloise Medhurst"
email: "Darin38@hotmail.com"
url: "https://long-bar.biz"
}
}