Example 14366
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "atrium-makeover"
version: "6.6.0"
description: "Total asymmetric product"
keywords: [
"saloon"
"pick"
"brisk"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Rodney Orn"
email: "Archie16@hotmail.com"
url: "https://hot-repeat.info"
}
}