@mochabug/adaptkit
Version:
A cmd to create, emulate and publish Mochabug Adapt plugins
67 lines (66 loc) • 1.73 kB
JSON
{
"name": "@mochabug/adaptkit",
"version": "1.0.0-rc.15",
"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.3",
"@types/figlet": "^1.7.0",
"@types/node": "^24.0.3",
"@types/semver": "^7.7.0",
"@types/update-notifier": "^6.0.8",
"esbuild": "^0.25.5",
"typescript": "^5.8.3"
},
"dependencies": {
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-node": "^2.0.2",
"@inquirer/prompts": "^7.5.3",
"ajv": "^8.17.1",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"express": "^5.1.0",
"fast-glob": "^3.3.3",
"figlet": "^1.8.1",
"mkdirp": "^3.0.1",
"node-fetch": "^3.3.2",
"open": "^10.1.2",
"ora": "^8.2.0",
"pkce-challenge": "^5.0.0",
"semver": "^7.7.2",
"sharp": "^0.34.2",
"update-notifier": "^7.3.1"
}
}