Example 2373
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "intervention-fit"
version: "2.6.10"
description: "Configurable attitude-oriented middleware"
keywords: [
"exterior"
"flight"
"enchanted"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "biome check"
}
engines: {
node: ">=20"
}
author: {
name: "Herman Schimmel"
email: "Erin_Beatty@gmail.com"
url: "https://cautious-shipper.net/"
}
}