Example 14874
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "makeover-self-confidence"
version: "3.14.9"
description: "Organized local project"
keywords: [
"manner"
"colon"
"nutritious"
]
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: "Alfonso Marquardt"
email: "Kathy_Grady24@yahoo.com"
url: "https://prickly-oil.org/"
}
}