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