Example 3561

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "director-straw"
version: "8.18.20"
description: "User-friendly static hardware"

keywords: [
"cope"
"injunction"
"ornate"
]

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: "Terrill Von"
email: "Una.Grant82@gmail.com"
url: "https://familiar-cauliflower.org"
}
}

See also