-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1017 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
{
"name": "services",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "replikit dev",
"build": "replikit build",
"lint": "eslint \"modules/*/{src,tests,typings}/**/*.ts\" --max-warnings=0"
},
"workspaces": [
"modules/*"
],
"dependencies": {
"@replikit/authorization": "^0.23.4",
"@replikit/commands": "^0.23.4",
"@replikit/core": "^0.23.4",
"@replikit/help": "^0.23.4",
"@replikit/i18n": "^0.23.4",
"@replikit/messages": "^0.23.4",
"@replikit/permissions": "^0.23.4",
"@replikit/router": "^0.23.4",
"@replikit/storage": "^0.23.4"
},
"devDependencies": {
"@replikit/cli": "^0.23.4",
"@replikit/telegram": "^0.23.4",
"@replikit/discord": "^0.23.4",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.7.0"
}
}