slack/package.json

49 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2017-09-14 05:20:26 +00:00
{
2024-01-24 14:58:23 +00:00
"name": "@apiclient.xyz/slack",
2024-01-24 23:10:11 +00:00
"version": "3.0.9",
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",
2024-01-24 14:58:23 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-09-14 05:20:26 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-09-15 20:23:05 +00:00
"test": "tstest test/",
2024-01-24 23:09:32 +00:00
"build": "tsbuild --web"
2017-09-14 05:20:26 +00:00
},
2017-09-14 05:21:32 +00:00
"devDependencies": {
2024-01-24 14:58:23 +00:00
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsrun": "^1.2.17",
"@git.zone/tstest": "^1.0.54",
"@push.rocks/qenv": "^6.0.4",
"@push.rocks/tapbundle": "^5.0.15",
2024-01-24 23:09:32 +00:00
"@types/node": "^20.11.6",
"typescript": "^5.3.3"
2017-09-14 05:20:26 +00:00
},
"dependencies": {
2024-01-24 14:58:23 +00:00
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^2.0.21"
2019-09-05 11:08:42 +00:00
},
"files": [
2024-01-24 14:58:23 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-05 11:08:42 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2024-01-24 14:58:23 +00:00
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/apiclient.xyz/slack.git"
},
"bugs": {
"url": "https://gitlab.com/apiclient.xyz/slack/issues"
},
"homepage": "https://gitlab.com/apiclient.xyz/slack#readme",
2024-01-24 23:09:32 +00:00
"type": "module"
2024-01-24 22:53:07 +00:00
}