Example 12063

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "dish-tusk"
version: "6.14.5"
description: "Cross-platform mobile hub"

keywords: [
"vista"
"conservative"
"key"
]

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

author: {
name: "Tyrone Oberbrunner-Dietrich DVM"
email: "Earlene_Hegmann50@yahoo.com"
url: "https://familiar-plugin.info"
}
}

See also