26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"name": "@mojoio/slack",
|
|
"version": "2.0.6",
|
|
"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.11.4"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartrequest": "^1.0.6"
|
|
}
|
|
}
|