slack/package.json

37 lines
782 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",
2019-09-18 10:26:32 +00:00
"version": "2.0.10",
2018-09-15 20:23:05 +00:00
"private": false,
2019-09-05 11:08:42 +00:00
"description": "slack api abstraction for the mojo.io ecosystem",
2017-09-14 05:20:26 +00:00
"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": {
2019-09-05 11:08:42 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/qenv": "^4.0.4",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.4"
2017-09-14 05:20:26 +00:00
},
"dependencies": {
2019-09-05 11:08:42 +00:00
"@pushrocks/smartrequest": "^1.1.23"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-09-05 11:09:13 +00:00
"dist_ts_web/*",
2019-09-05 11:08:42 +00:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-05 11:09:13 +00:00
}