slack/package.json

40 lines
895 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",
2021-07-23 11:53:34 +00:00
"version": "3.0.5",
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/",
2021-07-23 11:53:33 +00:00
"build": "tsbuild --web"
2017-09-14 05:20:26 +00:00
},
2017-09-14 05:21:32 +00:00
"devDependencies": {
2021-07-23 11:53:33 +00: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 17:37:45 +00:00
"tslint-config-prettier": "^1.18.0"
2017-09-14 05:20:26 +00:00
},
"dependencies": {
2021-07-23 11:53:33 +00:00
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrequest": "^1.1.52"
2019-09-05 11:08:42 +00:00
},
"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
}