Example 4879
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "interviewer-skeleton"
version: "0.1.18"
description: "Polarised optimal circuit"
keywords: [
"gymnast"
"fat"
"dreary"
]
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: "Lolita Raynor"
email: "Gerard43@yahoo.com"
url: "https://lean-schnitzel.com/"
}
}