{ "name": "@growi/slackbot-proxy", "version": "7.0.7-slackbot-proxy.0", "license": "MIT", "scripts": { "build": "yarn tsc && tsc-alias -p tsconfig.build.json", "clean": "shx rm -rf dist", "cp:public": "cp -RT ./src/public ./dist/public", "cp:views": "cp -RT ./src/views ./dist/views", "cp:bootstrap": "cp -RT ../../node_modules/bootstrap/dist ./dist/public/bootstrap", "cp:bootstrap:dev": "cp -RT ../../node_modules/bootstrap/dist ./src/public/bootstrap", "tsc": "tsc -p tsconfig.build.json", "tsc:w": "yarn tsc -w", "dev:ci": "yarn dev --ci", "dev": "cross-env NODE_ENV=development ts-node-dev -r tsconfig-paths/register -r dotenv-flow/config --transpile-only src/index.ts", "start:prod:ci": "yarn start:prod --ci", "start:prod": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/index.js", "postbuild": "yarn cp:public && yarn cp:views && yarn cp:bootstrap", "predev": "yarn cp:bootstrap:dev", "lint:js": "yarn eslint src/**/*.{js,ts}", "lint:styles": "stylelint --allow-empty-input \"src/**/*.scss\" \"src/**/*.css\"", "lint:typecheck": "tsc", "lint": "run-p lint:*", "version": "yarn version --no-git-tag-version --preid=slackbot-proxy" }, "// comments for dependencies": { "read-pkg-up": "v8 doesn't support CommonJS anymore. https://github.com/sindresorhus/read-pkg-up/issues/17", "typeorm": "Upgrading to v0.3.x requires significant changes. https://github.com/tsedio/tsed/blob/production/docs/tutorials/typeorm.md" }, "dependencies": { "@godaddy/terminus": "^4.9.0", "@growi/slack": "link:../../packages/slack", "@slack/oauth": "^2.0.1", "@slack/web-api": "^6.2.4", "@tsed/common": "^6.43.0", "@tsed/di": "^6.43.0", "@tsed/platform-express": "^6.43.0", "@tsed/swagger": "^6.43.0", "@tsed/typeorm": "^6.43.0", "axios": "^0.24.0", "browser-bunyan": "^1.6.3", "bunyan": "^1.8.15", "compression": "^1.7.4", "cookie-parser": "^1.4.5", "date-fns": "^3.6.0", "express-bunyan-logger": "^1.3.3", "extensible-custom-error": "^0.0.7", "helmet": "^4.6.0", "http-errors": "^2.0.0", "method-override": "^3.0.0", "mysql2": "^2.2.5", "read-pkg-up": "^7.0.1", "typeorm": "=0.2.45", "universal-bunyan": "^0.9.2" }, "// comments for devDependencies": { "bootstrap": "v5.3.3 has a bug. refs: https://github.com/twbs/bootstrap/issues/39798" }, "devDependencies": { "@popperjs/core": "^2.11.8", "@tsed/core": "^6.43.0", "@tsed/exceptions": "^6.43.0", "@tsed/json-mapper": "^6.43.0", "@tsed/schema": "^6.43.0", "bootstrap": "=5.3.2", "browser-bunyan": "^1.6.3", "eslint-plugin-regex": "^1.8.0", "morgan": "^1.10.0", "tsc-alias": "^1.2.9" } }