{ "name": "@nclazz/apicli", "version": "1.0.0", "description": "Commandline interface for generating and linting api-specs.", "main": "./bin/index.js", "bin": "./bin/index.js", "scripts": {}, "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", "object-path": "^0.11.5" } }