slack/package.json
2024-01-25 00:10:11 +01:00

49 lines
1.1 KiB
JSON

{
"name": "@apiclient.xyz/slack",
"version": "3.0.9",
"private": false,
"description": "slack api abstraction for the mojo.io ecosystem",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild --web"
},
"devDependencies": {
"@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",
"@types/node": "^20.11.6",
"typescript": "^5.3.3"
},
"dependencies": {
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^2.0.21"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"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",
"type": "module"
}