-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 KB
/
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
{
"name": "ygoreplay-pro-server-dotfiles",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ygoreplay/server-dotfiles",
"author": "Sophia <beyondthesophia@gmail.com>",
"license": "MIT",
"scripts": {
"pre-update": "ts-node ./scripts/pre-update.ts"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jsdom": "^16.2.11",
"@types/node": "^15.12.2",
"@types/node-fetch": "^2.5.10",
"@types/node-schedule": "^1.3.1",
"@types/shelljs": "^0.8.8",
"@types/unzipper": "^0.10.3",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"node-fetch": "^2.6.1",
"prettier": "^2.3.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"fs-extra": "^10.0.0",
"jsdom": "^16.6.0",
"moment": "^2.29.1",
"node-schedule": "^2.0.0",
"shelljs": "^0.8.4",
"unzipper": "^0.10.11",
"yaml": "^1.10.2"
}
}