Example 7369

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "numeric-lace"
version: "9.13.3"
description: "Organized resilient matrices"

keywords: [
"handover"
"cornet"
"cluttered"
]

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: "Orrin Wisoky"
email: "Ellis16@yahoo.com"
url: "https://rigid-video.net"
}
}

See also