-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 853 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
{
"name": "cra-template-typescript-eslint-prettier",
"version": "1.0.2",
"keywords": [
"react",
"create-react-app",
"template",
"typescript",
"eslint",
"prettier"
],
"description": "The base TypeScript template for Create React App with Eslint and Prettier.",
"main": "template.json",
"repository": {
"type": "git",
"url": "https://github.com/simonepizzamiglio/cra-template-typescript-eslint-prettier",
"directory": "packages/cra-template-typescript-eslint-prettier"
},
"license": "MIT",
"engines": {
"node": ">=8.10"
},
"bugs": {
"url": "https://github.com/simonepizzamiglio/cra-template-typescript-eslint-prettier/issues"
},
"homepage": "https://github.com/simonepizzamiglio/cra-template-typescript-eslint-prettier#readme",
"files": [
"template",
"template.json"
]
}