@fig/complete-commander
Version:
Export commander command as a Fig spec
50 lines • 1.14 kB
JSON
{
"name": "@fig/complete-commander",
"version": "3.2.0",
"description": "Export commander command as a Fig spec",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/withfig/autocomplete-tools.git"
},
"keywords": [
"commander",
"fig",
"spec",
"generator",
"plugin",
"integration"
],
"files": [
"lib/"
],
"author": "Federico Ciardi <fed.ciardi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/withfig/autocomplete-tools/issues"
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"peerDependencies": {
"commander": "^11.1.0"
},
"dependencies": {
"prettier": "^3.2.5"
},
"devDependencies": {
"@types/node": "^20.13.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"tsx": "^4.11.2",
"typescript": "^5.4.5",
"@withfig/autocomplete-types": "^1.31.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "tsx test/index.ts",
"test:overwrite": "OVERWRITE=true yarn test",
"clean:test": "git clean -Xf test"
}
}