Example 11162
App Manifest
Full application manifest with metadata, dependencies, and scripts.
{
name: "independence-plugin"
version: "2.6.12"
description: "Operative directional protocol"
keywords: [
"pressure"
"fen"
"regal"
]
scripts: {
dev: "node server.js --watch"
build: "tsc && esbuild src/index.ts --bundle --outfile=dist/index.js"
test: "mocha"
lint: "biome check"
}
engines: {
node: ">=22"
}
author: {
name: "Angie Towne DVM"
email: "Tommy_Bernier@gmail.com"
url: "https://winged-availability.biz"
}
}