Example 3470

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "clavicle-lady"
version: "4.9.4"
description: "Integrated exuding local area network"

keywords: [
"fog"
"breastplate"
"dim"
]

scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=20"
}

author: {
name: "Martha VonRueden"
email: "Furman78@hotmail.com"
url: "https://joyous-sock.com"
}
}

See also