slack/package.json

26 lines
594 B
JSON
Raw Normal View History

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