slack/package.json

26 lines
585 B
JSON
Raw Normal View History

2017-09-14 05:20:26 +00:00
{
2018-09-15 20:23:05 +00:00
"name": "@pushrocks/slack",
2018-01-10 21:17:36 +00:00
"version": "2.0.3",
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",
"@types/node": "^10.9.4"
2017-09-14 05:20:26 +00:00
},
"dependencies": {
"smartrequest": "^1.0.6"
2017-09-14 05:20:26 +00:00
}
}