Example 4267
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "toothbrush-discourse"
version: "0.3.20"
description: "Automated analyzing database"
keywords: [
"beret"
"scenario"
"old"
]
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: "Joesph Hartmann"
email: "Daryl.Schmitt@gmail.com"
url: "https://gummy-object.info"
}
}