Example 4977
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "illusion-divine"
version: "3.20.4"
description: "Distributed hybrid alliance"
keywords: [
"masterpiece"
"insolence"
"puny"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "jest"
lint: "eslint ."
}
engines: {
node: ">=20"
}
author: {
name: "Michelle Will"
email: "Amy.Dicki@gmail.com"
url: "https://medium-executor.net"
}
}