Example 10766

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "tentacle-confusion"
version: "6.0.15"
description: "Intuitive stable analyzer"

keywords: [
"sand"
"best-seller"
"unlined"
]

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

author: {
name: "Ms. June Weimann-McGlynn"
email: "Janae_Johnson@hotmail.com"
url: "https://stunning-swing.com"
}
}

See also