Example 17263
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "heroine-reorganisation"
version: "3.6.10"
description: "Sustainable optimal open architecture"
keywords: [
"concentration"
"transom"
"arid"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "oxlint"
}
engines: {
node: ">=18"
}
author: {
name: "Jacquelyn Heidenreich"
email: "Traci14@hotmail.com"
url: "https://sniveling-hydrolyze.info/"
}
}