Example 16174
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "saloon-typeface"
version: "5.18.0"
description: "Business-focused attitude-oriented installation"
keywords: [
"ethyl"
"wafer"
"colorless"
]
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: "Wilbert MacGyver"
email: "Bryan_Beatty28@hotmail.com"
url: "https://old-pneumonia.net"
}
}