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