api-cli/package.json

25 lines
546 B
JSON
Raw Normal View History

2021-07-07 11:18:50 +02:00
{
2021-07-07 11:59:44 +02:00
"name": "@nclazz/apicli",
2021-07-07 17:02:06 +02:00
"version": "1.0.1",
2021-07-07 11:18:50 +02:00
"description": "Commandline interface for generating and linting api-specs.",
2021-07-07 11:59:44 +02:00
"main": "./bin/index.js",
"bin": "./bin/index.js",
"publishConfig": {
"registry": "https://nexus.nclazz.de/repository/npm_releases/"
2021-07-07 11:18:50 +02:00
},
"keywords": [
"api",
"apispec",
"apibuilder",
"nclazz"
],
"author": "Niclas Thobaben",
"license": "MIT",
2021-07-07 11:59:44 +02:00
"dependencies": {
2021-07-07 16:12:44 +02:00
"args-parser": "1.2.0",
"npm-cli-login": "0.1.1",
"object-path": "0.11.5",
"readline": "1.3.0"
2021-07-07 11:59:44 +02:00
}
2021-07-07 11:18:50 +02:00
}