Example 16361
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "sauerkraut-sightseeing"
version: "1.17.19"
description: "Implemented encompassing microservice"
keywords: [
"relative"
"aircraft"
"sturdy"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Santino Champlin"
email: "Kayden.Mohr@gmail.com"
url: "https://naughty-courtroom.biz/"
}
}