Example 11962
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "tomography-premeditation"
version: "7.4.7"
description: "Face to face interactive time-frame"
keywords: [
"spork"
"wasabi"
"posh"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "vitest"
lint: "biome check"
}
engines: {
node: ">=18"
}
author: {
name: "Jamel Jacobi"
email: "Antonio.Crist-Jakubowski44@hotmail.com"
url: "https://utter-editor.info/"
}
}