Example 16761
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "lamp-trolley"
version: "3.17.17"
description: "Monitored transitional parallelism"
keywords: [
"toothpick"
"majority"
"reckless"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=18"
}
author: {
name: "Mr. Jennings Mann"
email: "Adolf.Adams18@yahoo.com"
url: "https://blond-steeple.biz"
}
}