-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 1.17 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
38
39
40
41
42
43
44
{
"name": "cra-template-overwolf-typescript-redux",
"version": "3.2.1",
"description": "This is the official [Overwolf TypeScript Redux](https://github.com/AlbericoD/overwolf-modern-react-boilerplate) template for [Create React App](https://github.com/facebook/create-react-app).",
"main": "template.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbericoD/overwolf-modern-react-boilerplate.git",
"directory": "template/typescript-redux"
},
"keywords": [
"react",
"create-react-app",
"template",
"typescript",
"overwolf",
"redux",
"i18n",
"games"
],
"author": "Albérico Dias Barreto Filho",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbericoD/overwolf-modern-react-boilerplate/issues"
},
"homepage": "https://github.com/AlbericoD/overwolf-modern-react-boilerplate#readme",
"files": [
"template",
"template.json"
],
"engines": {
"node": ">=20.11.0"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"semantic-release": "^22.0.12"
},
"man": [
"./README.md"
]
}