-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 780 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 780 Bytes
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
{
"name": "@apascualm/cra-template-typescript",
"description": "The base TypeScript template with testing included for a React App.",
"version": "0.13.0-alfa.10",
"keywords": [
"react",
"create-react-app",
"template",
"typescript",
"testing"
],
"author": {
"name": "Alejandro Pascual Montenegro",
"email": "pascualmontenegro@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"files": [
"template",
"template.json"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/apascualm/cra-template-typescript.git"
},
"bugs": {
"url": "https://github.com/apascualm/cra-template-typescript/issues"
},
"homepage": "https://github.com/apascualm/cra-template-typescript#readme"
}