-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
{
"name": "react-router-document-title",
"version": "1.0.3",
"description": "Composable React HOC for updating the document title",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"types": "tsc -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicotroia/react-router-document-title.git"
},
"keywords": [
"react",
"react-router",
"javascript",
"typescript"
],
"author": "nicotroia",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicotroia/react-router-document-title/issues"
},
"homepage": "https://github.com/nicotroia/react-router-document-title#readme",
"devDependencies": {
"@types/react": "^17.0.14",
"@types/react-router": "^5.1.16",
"typescript": "^4.3.5"
},
"peerDependencies": {
"react": "*",
"react-router": "*"
}
}