Example 15069
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "mentor-bench"
version: "0.9.12"
description: "Multi-tiered asymmetric software"
keywords: [
"ostrich"
"cauliflower"
"small"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=18"
}
author: {
name: "Ezra Bradtke"
email: "Verla.Stoltenberg@hotmail.com"
url: "https://triangular-cleaner.name/"
}
}