Example 5877
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "archaeology-tray"
version: "1.20.2"
description: "Stand-alone next generation artificial intelligence"
keywords: [
"cash"
"stock"
"altruistic"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Dr. Brett Rempel"
email: "Danielle37@hotmail.com"
url: "https://hungry-meadow.biz/"
}
}