Example 10380
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "thongs-developmental"
version: "3.2.15"
description: "Distributed human-resource knowledge base"
keywords: [
"tuba"
"hexagon"
"wordy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Matt Schmidt"
email: "Lew_Mitchell@gmail.com"
url: "https://dapper-making.net"
}
}