-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1002 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
41
42
43
44
{
"name": "r6news",
"version": "0.0.0",
"author": "Daniel Werg",
"description": "Rainbow Six Siege news",
"license": "MIT",
"repository": "danielwerg/r6news",
"scripts": {
"news:update": "ts-node scripts/updateNews.ts",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"prettier": "@danielwerg/prettier-config",
"dependencies": {
"axios": "^1.5.1"
},
"devDependencies": {
"@danielwerg/eslint-config": "^1.0.0",
"@danielwerg/prettier-config": "^1.0.0",
"@danielwerg/tsconfig": "^0.1.0",
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-plugin-import": "^2.28.1",
"prettier": "2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"files": [
"dist"
],
"keywords": [
"ubisoft",
"rainbow",
"six",
"siege",
"rainbowsixsiege",
"rainbow6",
"rainbow6siege",
"r6s",
"news"
]
}