Example 8068

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "thread-repeat"
version: "7.16.20"
description: "Universal methodical flexibility"

keywords: [
"encouragement"
"strategy"
"well-made"
]

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

author: {
name: "Audreanne Kozey DDS"
email: "Armani_Ruecker@gmail.com"
url: "https://altruistic-nougat.name"
}
}

See also