@microfox/slack
Version:
This package provides a lightweight, proxy interface to the official Slack Web API, offering a curated set of the most commonly used functions for building Slack integrations. It is designed to be simple, efficient, and easy to integrate into your project
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "@microfox/slack",
"version": "1.2.10",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"clean": "rm -rf dist",
"lint": "eslint \"./**/*.ts*\"",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"prettier-check": "prettier --check \"./**/*.ts*\""
},
"devDependencies": {
"@microfox/tsconfig": "*",
"@types/node": "^18",
"tsup": "^8",
"typescript": "5.6.3"
},
"dependencies": {
"@slack/web-api": "^7.9.3",
"dotenv": "^17.2.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.0.0"
},
"homepage": "https://github.com/microfox-ai/microfox",
"repository": {
"type": "git",
"url": "git+https://github.com/microfox-ai/microfox.git"
},
"bugs": {
"url": "https://github.com/microfox-ai/microfox/issues"
},
"keywords": [
"microfox",
"sdk",
"typescript",
"slack",
"slack"
]
}