Example 12070
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "hierarchy-harp"
version: "1.16.10"
description: "Customizable demand-driven local area network"
keywords: [
"reward"
"traffic"
"friendly"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Ivan Hauck III"
email: "Rosemary.Stanton@gmail.com"
url: "https://crooked-suspension.net"
}
}