@@ -1,5 +1,5 @@
{
- "name": "growi-bot-proxy",
+ "name": "@growi/slackbot-proxy",
"version": "0.9.0-RC",
"license": "MIT",
"scripts": {
@@ -25,7 +25,6 @@
"compression": "^1.7.4",
"dotenv-flow": "^3.2.0",
"mysql2": "^2.2.5",
- "tsconfig-paths": "^3.9.0",
"typeorm": "^0.2.31"
},
"devDependencies": {
@@ -40,6 +39,7 @@
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
+ "tsconfig-paths": "^3.9.0",
"tsc-alias": "1.2.6",
"typescript": "^4.2.3"
}
@@ -23,7 +23,7 @@
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
- "^/*": ["../../*"],
+ "^/*": ["./*"],
"typeRoots": [
"../../node_modules/@types",