Example 5461

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "footrest-formula"
version: "6.3.20"
description: "Programmable system-worthy moratorium"

keywords: [
"scorn"
"babushka"
"idealistic"
]

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

author: {
name: "Alyssa Runte"
email: "Shelley.Cruickshank67@yahoo.com"
url: "https://imaginative-version.biz/"
}
}

See also