Example 14268
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "scale-bowler"
version: "0.9.17"
description: "Triple-buffered eco-centric help-desk"
keywords: [
"minority"
"bidet"
"dim"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Joseph Konopelski"
email: "Enos79@hotmail.com"
url: "https://watery-affiliate.biz"
}
}