slack/package.json

26 lines
582 B
JSON
Raw Normal View History

2017-09-14 07:20:26 +02:00
{
2018-09-15 22:36:39 +02:00
"name": "@mojoio/slack",
2018-09-15 22:23:05 +02:00
"version": "2.0.4",
2018-09-15 22:23:05 +02:00
"private": false,
2017-09-14 07:20:26 +02:00
"description": "API abstraction for mojoio",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-09-15 22:23:05 +02:00
"test": "tstest test/",
"build": "tsbuild"
2017-09-14 07:20:26 +02:00
},
2017-09-14 07:21:32 +02:00
"devDependencies": {
2018-09-15 22:23:05 +02:00
"@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"
2017-09-14 07:20:26 +02:00
},
"dependencies": {
"smartrequest": "^1.0.6"
2017-09-14 07:20:26 +02:00
}
}