Example 16561
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "spring-procurement"
version: "2.1.11"
description: "Seamless eco-centric focus group"
keywords: [
"privilege"
"tail"
"weighty"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=20"
}
author: {
name: "Marvin Luettgen-Lubowitz"
email: "Arjun_Schulist@hotmail.com"
url: "https://soupy-starboard.name/"
}
}