UNPKG

@kwaeri/controller

Version:

The @kwaeri/controller component of the @kwaer/node-kit application platform.

74 lines (73 loc) 2.25 kB
{ "name": "@kwaeri/controller", "description": "The @kwaeri/controller component of the @kwaer/node-kit application platform.", "homepage": "https://gitlab.com/kwaeri/node-kit/controller#README", "author": "Richard Winters <kirvedx@gmail.com> and contributors", "copyright.owner": "Richard Winters <kirvedx@gmail.com> and contributors", "license": "(Apache-2.0 WITH LLVM-exception OR MIT)", "version": "0.3.4", "type": "module", "exports": { "import": "./dist/index.mjs", "require": null }, "main": "dist/index.mjs", "types": "dist/index.d.mts", "bin": {}, "default_locale": "en", "repository": { "type": "git", "url": "git+https://gitlab.com/kwaeri/node-kit/controller.git" }, "bugs": { "url": "https://gitlab.com/kwaeri/node-kit/controller/issues" }, "funding": [ { "type": "Patreon", "url": "https://patreon.com/kirvedx" }, { "type": "PayPal", "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YUW4CWCAABCU2" } ], "keywords": [ "mmod", "massively", "modified", "nk", "Kwaeri", "nodekit", "controller", "@kwaeri/node-kit", "@kwaeri/controller" ], "scripts": { "build": "tsc --build --clean && tsc -p .", "clean": "tsc --build --clean", "build:major-release": "npm run clean && xfmr-cli --bump-version --component major --source --project && npm run build", "build:minor-release": "npm run clean && xfmr-cli --bump-version --component minor --source --project && npm run build", "build:patch-release": "npm run clean && xfmr-cli --bump-version --source --project && npm run build", "test": "mocha --exit", "coverage": "nyc mocha --exit", "abc": "npm run build && npm run coverage" }, "devDependencies": { "@istanbuljs/esm-loader-hook": "^0.2.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@kwaeri/xfmr": "^0.1.6", "@tsconfig/node18": "^2.0.0", "@types/debug": "^4.1.7", "@types/mocha": "^10.0.1", "@types/node": "^20.1.0", "assert": "^2.0.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "typescript": "^5.0.4" }, "dependencies": { "@kwaeri/developer-tools": "^0.5.0", "debug": "^4.3.4" } }