-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (41 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "slackbots",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@google-cloud/translate": "^7.2.1",
"@slack/bolt": "^3.13.0",
"dotenv": "^16.0.3",
"reflect-metadata": "^0.1.13",
"tslib": "^2.5.0",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@nrwl/cli": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/node": "15.9.2",
"@nrwl/workspace": "15.9.2",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"prettier": "2.8.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4",
"nx": "15.9.2",
"jest-environment-jsdom": "29.5.0"
}
}