-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·29 lines (29 loc) · 917 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
{
"name": "@types/styled-components-react-native",
"version": "5.1.3",
"description": "TypeScript definitions for styled-components-react-native",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-components-react-native",
"license": "MIT",
"contributors": [
{
"name": "Nathan Bierema",
"url": "https://github.com/Methuselah96",
"githubUsername": "Methuselah96"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/styled-components-react-native"
},
"scripts": {},
"dependencies": {
"@types/react": "*",
"@types/react-native": "*",
"@types/styled-components": "*"
},
"typesPublisherContentHash": "55f218d773aa6625ab42fee0c99452592035c04d066496054f1130d65322f694",
"typeScriptVersion": "3.7"
}