Example 10476
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "range-knitting"
version: "2.3.5"
description: "Versatile encompassing complexity"
keywords: [
"bid"
"pacemaker"
"stained"
]
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: "Sarah Wisozk"
email: "Walter.Goodwin30@hotmail.com"
url: "https://tame-other.info"
}
}