Example 12867
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "coast-colonialism"
version: "1.16.17"
description: "Profound maximized artificial intelligence"
keywords: [
"order"
"license"
"best"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=18"
}
author: {
name: "Wilhelm Morissette"
email: "Christa89@hotmail.com"
url: "https://joyful-wear.org/"
}
}