@kwaeri/steward
Version:
The @kwaeri/steward component module of the @kwaeri/cli user-executable framework.
86 lines (85 loc) • 2.98 kB
JSON
{
"name": "@kwaeri/steward",
"description": "The @kwaeri/steward component module of the @kwaeri/cli user-executable framework.",
"homepage": "https://gitlab.com/kwaeri/cli/steward#README",
"author": "Richard B. Winters <kirvedx@gmail.com> and contributors",
"copyright.owner": "Richard B. Winters <kirvedx@gmail.com> and contributors",
"license": "(Apache-2.0 WITH LLVM-exception OR MIT)",
"version": "0.5.0",
"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/cli/steward.git"
},
"bugs": {
"url": "https://gitlab.com/kwaeri/cli/steward/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",
"steward",
"cli",
"kue",
"@kwaeri/cli",
"@kwaeri/steward"
],
"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",
"local-upgrade": "npm run build && npm install -g .",
"test": "mocha --timeout 20000 --exit",
"coverage": "nyc mocha --timeout 20000 --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": "^1.0.1",
"@types/debug": "^4.1.7",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"assert": "^2.0.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@kwaeri/console": "^2.1.1",
"@kwaeri/developer-tools": "^0.5.0",
"@kwaeri/filesystem": "^0.7.0",
"@kwaeri/migration": "^0.1.2",
"@kwaeri/mysql-migration-generator": "^0.4.0",
"@kwaeri/mysql-migrator": "^0.5.2",
"@kwaeri/node-kit-project-generator": "^0.6.0",
"@kwaeri/progress": "^0.4.3",
"@kwaeri/service": "^0.8.0",
"@kwaeri/standards-types": "^0.4.1",
"debug": "^4.3.4"
}
}