Example 3869

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "fork-violin"
version: "6.16.5"
description: "Virtual scalable methodology"

keywords: [
"roadway"
"divine"
"monumental"
]

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

author: {
name: "Camylle Donnelly"
email: "Tanya.Schaden85@yahoo.com"
url: "https://big-pocket-watch.info"
}
}

See also