Example 6074
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "priesthood-tail"
version: "2.16.1"
description: "Organized asynchronous encoding"
keywords: [
"babushka"
"strategy"
"other"
]
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: "Thaddeus Mills DDS"
email: "Krystel_Fisher-Waters38@hotmail.com"
url: "https://sugary-eyeliner.org/"
}
}