Example 8864
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "jet-folklore"
version: "0.12.10"
description: "Exclusive bottom-line utilisation"
keywords: [
"sightseeing"
"adrenalin"
"aggravating"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Tina Schumm"
email: "Joan99@hotmail.com"
url: "https://yellowish-sport.com/"
}
}