-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 913 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
{
"name": "epic-free-games",
"version": "4.0.2",
"description": "Get weekly Epic Games free games",
"main": "dist",
"types": "dist",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/AuroPick/epic-free-games.git"
},
"keywords": [
"epic",
"epic-games",
"free",
"games",
"free-games",
"epic-free-games",
"epic-games-free-games"
],
"author": "Aykut Saki",
"license": "MIT",
"bugs": {
"url": "https://github.com/AuroPick/epic-free-games/issues"
},
"homepage": "https://github.com/AuroPick/epic-free-games#readme",
"devDependencies": {
"@gokarma/eslint-config-karma-social-typescript": "^1.0.4",
"eslint": "^8.32.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
},
"dependencies": {
"@fastify/deepmerge": "^1.3.0",
"axios": "^0.21.1",
"dayjs": "^1.11.7"
}
}