@mochabug/adaptkit
Version:
A cmd to create, emulate and publish Mochabug Adapt plugins
68 lines (67 loc) • 1.77 kB
JSON
{
"name": "@mochabug/adaptkit",
"version": "1.0.0-rc.35",
"description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
"main": "bin/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/mochabug/adaptkit.git"
},
"bugs": {
"url": "https://github.com/mochabug/adaptkit/issues"
},
"homepage": "https://github.com/mochabug/adaptkit#readme",
"bin": {
"adaptkit": "bin/index.js"
},
"files": [
"bin",
"assets"
],
"scripts": {
"generate": "rm -rf src/genproto && buf generate --include-imports --path api/mochabugapis/adapt/plugins --path api/mochabugapis/adapt/graph",
"build": "npm run generate && node build.js && tsc --emitDeclarationOnly"
},
"keywords": [
"plugin",
"mochabug",
"adapt",
"intelligent automation",
"automation",
"artificial intelligence",
"commandline",
"cmd"
],
"author": "Mikael Hedberg",
"license": "Apache-2.0",
"devDependencies": {
"@types/express": "^5.0.5",
"@types/figlet": "^1.7.0",
"@types/node": "^24.10.0",
"@types/semver": "^7.7.1",
"@types/update-notifier": "^6.0.8",
"esbuild": "^0.25.12",
"typescript": "^5.9.3"
},
"dependencies": {
"@bufbuild/protovalidate": "^1.0.0",
"@connectrpc/connect": "^2.1.0",
"@connectrpc/connect-node": "^2.1.0",
"@inquirer/prompts": "^7.9.0",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"express": "^5.1.0",
"fast-glob": "^3.3.3",
"figlet": "^1.9.3",
"jtd": "^0.1.1",
"mkdirp": "^3.0.1",
"node-fetch": "^3.3.2",
"open": "^10.2.0",
"ora": "^9.0.0",
"pkce-challenge": "^5.0.0",
"semver": "^7.7.3",
"sharp": "^0.34.4",
"update-notifier": "^7.3.1"
}
}