Example 7269
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "kielbasa-duster"
version: "7.1.8"
description: "Polarised sustainable framework"
keywords: [
"duffel"
"scholarship"
"antique"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Otilia Hauck"
email: "Carmel99@hotmail.com"
url: "https://frilly-alert.org/"
}
}