Example 8568

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "sanity-ethyl"
version: "6.20.20"
description: "Self-enabling AI-powered attitude"

keywords: [
"goodwill"
"mountain"
"deafening"
]

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: "Fannie Jast"
email: "Lavon43@gmail.com"
url: "https://oily-promise.biz/"
}
}

See also