Example 12667

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "swordfish-comparison"
version: "5.13.11"
description: "Compatible next generation software"

keywords: [
"aftermath"
"impact"
"calculating"
]

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

author: {
name: "Emiliano Prohaska"
email: "Bobbie92@hotmail.com"
url: "https://snoopy-language.name/"
}
}

See also