forked from PSPDFKit/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 876 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
{
"name": "react-native-pspdfkit",
"version": "1.29.8",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
"pspdfkit",
"pdf"
],
"homepage": "https://github.com/PSPDFKit/react-native",
"bugs": {
"url": "https://github.com/PSPDFKit/react-native/issues",
"email": "[email protected]"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/PSPDFKit/react-native.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"format": "prettier \"{samples/**/*.{md,js},*.{md,js}}\" --write"
},
"peerDependencies": {
"prop-types": ">= 15.6.2 < 16",
"react": ">= 16.8.6 < 17",
"react-native": ">= 0.60.4 < 1"
},
"dependencies": {},
"devDependencies": {
"prettier": "^1.14.3"
}
}