-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 Bytes
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
{
"name": "miit-guide-bot-next",
"version": "2.0.0",
"description": "",
"scripts": {
"start": "docker compose up | npx lerna run start",
"install:all": "npm i && node ./scripts/install-all.mjs",
"build:all": "node ./scripts/build-all.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miit-projects/miit-guide-bot-next.git"
},
"keywords": [
"telegram bot",
"typescript"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/miit-projects/miit-guide-bot-next/issues"
},
"homepage": "https://github.com/miit-projects/miit-guide-bot-next#readme",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.29.0",
"eslint-plugin-react": "^7.32.2",
"lerna": "^6.5.1"
},
"workspaces": [
"packages/*"
]
}