Files
osr-mono/packages/osr-code-bot/kbot-extensions/package.json
T
2025-02-01 14:25:34 +01:00

48 lines
1.2 KiB
JSON

{
"name": "@plastichub/kbot-extensions",
"description": "",
"version": "0.3.1",
"main": "main.js",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"kbot-wizard": "main.js"
},
"scripts": {
"test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"",
"test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'",
"lint": "tslint --project=./tsconfig.json",
"build": "tsc -p .",
"dev": "tsc -p . --declaration -w",
"typings": "tsc --declaration",
"docs": "npx typedoc src/index.ts",
"dev-test-watch": "mocha-typescript-watch"
},
"homepage": "https://git.osr-plastic.org/plastichub/lib-content",
"repository": {
"type": "git",
"url": "https://git.osr-plastic.org/plastichub/lib-content.git"
},
"engines": {
"node": ">= 14.0.0"
},
"license": "BSD-3-Clause",
"keywords": [
"typescript"
],
"devDependencies": {
"typescript": "^5.7.3",
"@types/node": "^22.10.5"
},
"dependencies": {
"@rjsf/bootstrap-4": "^5.24.1",
"@rjsf/core": "^5.24.1",
"@rjsf/utils": "^5.24.1",
"electron": "^33.3.1",
"yargs": "^17.7.2",
"zod": "^3.24.1"
}
}