slack/package.json

40 lines
895 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",
2021-07-23 13:53:34 +02:00
"version": "3.0.5",
2018-09-15 22:23:05 +02:00
"private": false,
2019-09-05 13:08:42 +02:00
"description": "slack api abstraction for the mojo.io ecosystem",
2017-09-14 07:20:26 +02:00
"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/",
2021-07-23 13:53:33 +02:00
"build": "tsbuild --web"
2017-09-14 07:20:26 +02:00
},
2017-09-14 07:21:32 +02:00
"devDependencies": {
2021-07-23 13:53:33 +02:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsrun": "^1.2.17",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.4.1",
"tslint": "^6.1.3",
2019-09-18 19:37:45 +02:00
"tslint-config-prettier": "^1.18.0"
2017-09-14 07:20:26 +02:00
},
"dependencies": {
2021-07-23 13:53:33 +02:00
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrequest": "^1.1.52"
2019-09-05 13:08:42 +02:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-09-05 13:09:13 +02:00
"dist_ts_web/*",
2019-09-05 13:08:42 +02:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-05 13:09:13 +02:00
}