Example 12880

App Manifest

Full application manifest with metadata, dependencies, and scripts.

{
name: "octave-operating"
version: "6.2.6"
description: "Synchronised system-worthy productivity"

keywords: [
"countess"
"patroller"
"tinted"
]

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: "Lloyd Davis"
email: "Joanna.Ruecker98@gmail.com"
url: "https://waterlogged-license.com/"
}
}

See also