{ "name": "@growi/slack", "version": "4.3.3-RC", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", "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": { "axios": "^0.21.1", "browser-bunyan": "^1.6.3", "bunyan": "^1.8.15", "dotenv-flow": "^3.2.0", "extensible-custom-error": "^0.0.7", "http-errors": "^1.8.0", "universal-bunyan": "^0.9.2" }, "devDependencies": { "@types/express": "^4.17.11", "@types/jest": "^26.0.22", "browser-bunyan": "^1.6.3", "cross-env": "^7.0.0", "jest": "^27.0.6", "ts-jest": "^27.0.4", "tsc-alias": "^1.2.9", "typescript": "^4.2.3" } }