forked from ApryseSDK/pdftron-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
{
"name": "react-native-pdftron",
"title": "React Native Pdftron",
"version": "3.0.4-8",
"description": "React Native Pdftron",
"main": "./lib/index.js",
"typings": "index.ts",
"scripts": {
"copy-to-repo": "cd scripts && python3 fileCopy.py toRepo && cd ..",
"copy-to-node-modules": "cd scripts && python3 fileCopy.py toModule && cd ..",
"start": "tsc",
"postinstall": "python3 scripts/newPodspecMessage.py",
"prestart": "python3 scripts/newPodspecMessage.py",
"prepublishOnly": "bash scripts/prepare.sh",
"postpublish": "bash scripts/postpublish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApryseSDK/pdftron-react-native.git",
"baseUrl": "https://github.com/ApryseSDK/pdftron-react-native"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://docs.apryse.com/",
"keywords": [
"react-native",
"PDFTron",
"pdf",
"office"
],
"readmeFilename": "README.md",
"dependencies": {
"deprecated-react-native-prop-types": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"prop-types": "*"
},
"devDependencies": {
"react": "*",
"@types/react": "*",
"@types/react-native": "*",
"typescript": "*"
}
}