Example 15166
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "farmer-optimal"
version: "0.15.5"
description: "Sharable logistical time-frame"
keywords: [
"silk"
"gradient"
"strange"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "eslint ."
}
engines: {
node: ">=18"
}
author: {
name: "Nicolas Hickle"
email: "Sheryl_Bogan@gmail.com"
url: "https://twin-alliance.com/"
}
}