slack/package.json
2018-09-15 22:23:05 +02:00

26 lines
585 B
JSON

{
"name": "@pushrocks/slack",
"version": "2.0.3",
"private": false,
"description": "API abstraction for mojoio",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/qenv": "^2.0.2",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.4"
},
"dependencies": {
"smartrequest": "^1.0.6"
}
}