Example 9968

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "thread-accountability"
version: "6.18.10"
description: "Exclusive zero administration firmware"

keywords: [
"yogurt"
"tune-up"
"marvelous"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=18"
}

author: {
name: "Mr. Jose Haley"
email: "Tyrell.Spinka@yahoo.com"
url: "https://mindless-meatloaf.com/"
}
}

See also