๐Ÿ“ฆ jcesarmobile / ssl-skip

๐Ÿ“„ package.json ยท 55 lines
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
52
53
54
55{
  "name": "@jcesarmobile/ssl-skip",
  "version": "0.9.0",
  "description": "Capacitor plugin for skipping ssl checks",
  "files": [
    "android/src/main/",
    "android/build.gradle",
    "ios/Sources",
    "JcesarmobileSslSkip.podspec",
    "Package.swift"
  ],
  "author": "jcesarmobile",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcesarmobile/ssl-skip.git"
  },
  "bugs": {
    "url": "https://github.com/jcesarmobile/ssl-skip/issues"
  },
  "keywords": [
    "capacitor",
    "plugin",
    "native"
  ],
  "scripts": {
    "verify": "npm run verify:ios && npm run verify:android",
    "verify:ios": "xcodebuild build -scheme JcesarmobileSslSkip -destination generic/platform=iOS",
    "verify:android": "cd android && ./gradlew clean build test && cd ..",
    "lint": "npm run prettier -- --check",
    "fmt": "npm run prettier -- --write",
    "prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
    "swiftlint": "node-swiftlint"
  },
  "devDependencies": {
    "@capacitor/android": "^8.0.0",
    "@capacitor/ios": "^8.0.0",
    "@ionic/prettier-config": "^4.0.0",
    "prettier": "^3.6.2",
    "prettier-plugin-java": "^2.7.7",
    "swiftlint": "^2.0.0"
  },
  "prettier": "@ionic/prettier-config",
  "swiftlint": "@ionic/swiftlint-config",
  "capacitor": {
    "ios": {
      "src": "ios"
    },
    "android": {
      "src": "android"
    }
  },
  "homepage": "https://github.com/jcesarmobile/ssl-skip#readme"
}