Example 10379
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "suspension-railway"
version: "2.13.4"
description: "Universal executive ability"
keywords: [
"hydrolyse"
"newsstand"
"impassioned"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "oxlint"
}
engines: {
node: ">=18"
}
author: {
name: "Ronald Hyatt"
email: "Amy.Kris@gmail.com"
url: "https://peaceful-cutlet.org"
}
}