forked from AlbericoD/overwolf-modern-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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": "cra-template-overwolf-typescript-redux",
"version": "3.0.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": "",
"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": ">=10"
}
}