Example 9679
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "slipper-wear"
version: "2.8.12"
description: "Synchronised tangible leverage"
keywords: [
"halt"
"wasabi"
"sure-footed"
]
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: "Creola Ferry"
email: "Cale_Zemlak5@gmail.com"
url: "https://elementary-loaf.info"
}
}