Example 6265
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "tusk-pacemaker"
version: "7.15.9"
description: "Automated 24/7 ability"
keywords: [
"other"
"dulcimer"
"deserted"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Sabrina Schneider"
email: "Claud.Weissnat@yahoo.com"
url: "https://filthy-aftermath.name/"
}
}