Example 12671
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "order-essence"
version: "3.14.14"
description: "Optimized full-range capacity"
keywords: [
"captain"
"babushka"
"wretched"
]
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: "Miss Turner Gusikowski"
email: "Helmer54@hotmail.com"
url: "https://worst-brush.org/"
}
}