Example 16973

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "stitcher-necklace"
version: "1.5.16"
description: "Streamlined tertiary framework"

keywords: [
"charm"
"disk"
"lumpy"
]

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: "Dwayne Keebler"
email: "Fernando77@yahoo.com"
url: "https://powerful-lotion.net/"
}
}

See also