Example 10464
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "diversity-habit"
version: "6.18.19"
description: "Ergonomic national budgetary management"
keywords: [
"switch"
"encouragement"
"adolescent"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=18"
}
author: {
name: "Kristina Bauch IV"
email: "Henrietta_Stiedemann71@gmail.com"
url: "https://willing-fog.biz/"
}
}