Example 12877
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "euphonium-castanet"
version: "7.16.14"
description: "Persevering holistic workforce"
keywords: [
"hunger"
"underneath"
"ecstatic"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Camille Toy"
email: "Marion_Marvin@hotmail.com"
url: "https://only-steeple.org"
}
}