-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.73 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
46
47
48
49
50
51
{
"name": "@ridenui/react-native-riden-ssh",
"title": "React Native Riden Ssh",
"version": "1.8.22",
"description": "ssh module for ridenui using NMSSH fork",
"main": "./build/dist/index.js",
"access": "public",
"scripts": {
"build": "rm -rf build && cd lib && tsc && cd .. && node ./scripts/copy-npm-files.js && echo Build completed!",
"release": "release-it",
"example": "(yarn build && cd example && yarn --force && cd ios && pod install && cd .. && yarn start)",
"example:update": "(yarn build && cd example && yarn --force && cd ios && pod repo update && (rm Podfile.lock || true) && pod install --repo-update)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ridenui/react-native-riden-ssh.git",
"baseUrl": "https://github.com/ridenui/react-native-riden-ssh"
},
"keywords": [
"react-native"
],
"author": {
"name": "Nils Bergmann",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@release-it/conventional-changelog": "^3.3.0",
"@types/react": "^16.9.53",
"@types/react-native": "^0.63.25",
"prettier": "^2.5.0",
"react": "17.0.2",
"react-native": "0.66.3",
"react-native-typescript-transformer": "^1.2.13",
"release-it": "^14.11.8",
"typescript": "^4.0.3"
},
"dependencies": {
"events": "^3.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}