Example 6677
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "wilderness-nougat"
version: "0.3.16"
description: "Digitized composite complexity"
keywords: [
"mouser"
"kit"
"outstanding"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "eslint ."
}
engines: {
node: ">=22"
}
author: {
name: "Lana Lehner"
email: "Randi96@yahoo.com"
url: "https://intelligent-oil.name/"
}
}