Example 5879
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "earth-concentration"
version: "0.6.16"
description: "Polarised immersive encryption"
keywords: [
"SUV"
"hammock"
"definitive"
]
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: "Maya Jaskolski"
email: "Jermain.Bergstrom63@hotmail.com"
url: "https://questionable-ghost.name"
}
}