Example 15667
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "citizen-precedent"
version: "4.5.18"
description: "Advanced disintermediate installation"
keywords: [
"provider"
"transparency"
"mundane"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=18"
}
author: {
name: "Sherry Boyer"
email: "Hipolito19@gmail.com"
url: "https://official-singing.net/"
}
}