Example 6475
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "underneath-safe"
version: "4.7.7"
description: "Centralized 24 hour website"
keywords: [
"unblinking"
"quit"
"passionate"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=22"
}
author: {
name: "Gage Mills"
email: "Brandy_Paucek@gmail.com"
url: "https://frivolous-doorpost.name/"
}
}