-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 885 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 885 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
{
"name": "tsb-devserver-backuptool",
"version": "1.1.0",
"main": "dist/index.js",
"author": "MT",
"license": "MIT",
"scripts": {
"start": "node .",
"dev": "tsc && yarn start",
"token": "tsc && node dist/getAccessToken.js"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"googleapis": "^105.0.0",
"js-yaml": "^4.1.0",
"rcon-client": "^4.2.3",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.7.2",
"@types/tar": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/typescript-estree": "^5.33.0",
"eslint": "^8.21.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"typescript": "^4.7.4"
}
}