-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 927 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
38
{
"name": "react-native-webview-window-declaration",
"version": "1.0.2",
"description": "TypeScript declaration for an extended window object in a React Native WebView context.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gridaco/dynamix.git"
},
"keywords": [
"react-native",
"react-native-webview",
"webview",
"dynamix",
"typescript",
"declaration",
"window",
"dts"
],
"files": [
"index.d.ts",
"LICENSE",
"README.md"
],
"author": "Universe <universe@grida.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gridaco/dynamix/issues"
},
"homepage": "https://github.com/gridaco/dynamix/tree/main/lib/react-native-webview-window-declaration",
"publishConfig": {
"access": "public"
}
}