{ "name": "@growi/slack", "version": "0.9.0-RC", "license": "MIT", "main": "dist/index.js", "files": ["dist"], "scripts": { "build": "yarn tsc", "tsc": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "tsc:w": "tsc -w", "test": "yarn test:lint && yarn test:coverage", "test:unit": "cross-env NODE_ENV=test jest --passWithNoTests", "test:coverage": "yarn test:unit", "test:lint": "eslint src --ext .ts", "test:lint:fix": "eslint src --ext .ts --fix" }, "dependencies": { "dotenv-flow": "^3.2.0" }, "devDependencies": { "@slack/bolt": "^3.3.0", "@tsed/core": "^6.34.3", "@tsed/exceptions": "^6.34.3", "@tsed/json-mapper": "^6.34.3", "@tsed/schema": "^6.34.3", "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-jest": "^24.3.2", "ts-jest": "^26.5.4", "ts-node": "^9.1.1", "ts-node-dev": "^1.1.6", "tsc-alias": "1.2.6", "tsconfig-paths": "^3.9.0", "typescript": "^4.2.3" } }