create-completion-spec
Version:
Initialize a Fig custom spec boilerplate in the current directory
43 lines • 1.02 kB
JSON
{
"name": "create-completion-spec",
"version": "1.1.9",
"description": "Initialize a Fig custom spec boilerplate in the current directory",
"bin": "lib/bin.js",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepack": "yarn build",
"generate-spec": "ts-node generate-spec.ts generate-fig-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/withfig/autocomplete-tools.git"
},
"keywords": [
"fig",
"spec",
"completion"
],
"files": [
"lib",
"boilerplate"
],
"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",
"dependencies": {
"commander": "^9.2.0",
"picocolors": "^1.0.0"
},
"devDependencies": {
"@fig/complete-commander": "^2.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"publishConfig": {
"access": "public"
}
}