{ "name": "@growi/slack", "version": "4.4.3-RC.0", "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", "extensible-custom-error": "^0.0.7", "http-errors": "^1.8.0", "universal-bunyan": "^0.9.2" }, "devDependencies": { "@types/express": "^4.17.11", "tsc-alias": "^1.2.9" } }