Example 9767
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "tune-up-section"
version: "5.11.20"
description: "Networked cloud-native process improvement"
keywords: [
"gown"
"yarmulke"
"pale"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=18"
}
author: {
name: "Homer Okuneva"
email: "Eddie33@gmail.com"
url: "https://substantial-tentacle.name"
}
}