{ "name": "slackme", "version": "2.0.1", "description": "API abstraction for mojoio", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(npmts)" }, "devDependencies": { "@types/node": "^9.3.0", "cz-conventional-changelog": "^2.1.0", "qenv": "^1.1.7", "tapbundle": "^1.0.13" }, "dependencies": { "smartrequest": "^1.0.6" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }