| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@growi/slack",
- "version": "6.0.4-RC.0",
- "license": "MIT",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "scripts": {
- "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
- "clean": "npx -y shx rm -rf dist",
- "tsc": "tsc -p tsconfig.build.json",
- "tsc:w": "yarn tsc -w",
- "test": "cross-env NODE_ENV=test jest --passWithNoTests",
- "lint": "eslint src --ext .ts",
- "lint:fix": "eslint src --ext .ts --fix"
- },
- "dependencies": {
- "@slack/oauth": "^2.0.1",
- "axios": "^0.24.0",
- "browser-bunyan": "^1.6.3",
- "bunyan": "^1.8.15",
- "extensible-custom-error": "^0.0.7",
- "http-errors": "^2.0.0",
- "qs": "^6.10.2",
- "universal-bunyan": "^0.9.2",
- "url-join": "^4.0.0"
- },
- "devDependencies": {
- "@types/express": "^4.17.11",
- "eslint-plugin-regex": "^1.8.0",
- "tsc-alias": "^1.2.9"
- }
- }
|