slack/package.json

27 lines
548 B
JSON

{
"name": "slackme",
"version": "1.0.3",
"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"
}
}
}