Example 9566
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "declaration-handful"
version: "8.10.14"
description: "Triple-buffered eco-centric generative AI"
keywords: [
"pine"
"pecan"
"expert"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Lurline Aufderhar"
email: "Marco.Kub22@yahoo.com"
url: "https://afraid-vol.net/"
}
}