Example 6875

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "impact-creator"
version: "7.19.11"
description: "Total secondary task-force"

keywords: [
"planula"
"smoke"
"narrow"
]

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

author: {
name: "Erika Schmitt"
email: "Tressa_Quigley@hotmail.com"
url: "https://brown-precedent.com/"
}
}

See also