Example 5665
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "moment-roundabout"
version: "9.6.5"
description: "Seamless holistic data-warehouse"
keywords: [
"morning"
"meal"
"qualified"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Harriet Dickinson-Leannon III"
email: "Nelson.Wilderman94@yahoo.com"
url: "https://energetic-fax.org"
}
}