Example 16961
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "pants-tapioca"
version: "4.2.10"
description: "Managed zero trust analyzer"
keywords: [
"comestible"
"railway"
"inborn"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Betty Barton"
email: "Clifton80@hotmail.com"
url: "https://quick-witted-jellyfish.info/"
}
}