Example 8276
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "mixture-doubter"
version: "2.1.2"
description: "Team-oriented impactful support"
keywords: [
"jury"
"disclosure"
"usable"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Olive Parker"
email: "Crystal_Miller@yahoo.com"
url: "https://gummy-provision.net/"
}
}