{
  "name": "cycletls-axios",
  "version": "1.1.24",
  "description": "Spoof TLS/JA3 fingerprint in JS with help from Go, add res.data and res.duration",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "author": "Danny-Dasilva",
  "scripts": {
    "build:go:freebsd:amd64": "cd src &&  cross-env GO111MODULE=on GOOS=freebsd  GOARCH=amd64  go build -o ../dist/index-freebsd  ./ && chmod +x ../dist/index-freebsd",
    "build:go:linux:amd64": " cd src &&   cross-env GO111MODULE=on GOOS=linux    GOARCH=amd64  go build -o ../dist/index          ./ && chmod +x ../dist/index",
    "build:go:linux:arm": "  cd src &&    cross-env GO111MODULE=on GOOS=linux    GOARCH=arm    go build -o ../dist/index-arm      ./ && chmod +x ../dist/index-arm",
    "build:go:linux:arm64": "cd src &&    cross-env GO111MODULE=on GOOS=linux    GOARCH=arm64  go build -o ../dist/index-arm64    ./ && chmod +x ../dist/index-arm64",
    "build:go:mac:amd64": "   cd src &&   cross-env GO111MODULE=on GOOS=darwin   GOARCH=amd64  go build -o ../dist/index-mac      ./ && chmod +x ../dist/index-mac",
    "build:go:mac:arm64": "    cd src &&  cross-env GO111MODULE=on GOOS=darwin   GOARCH=arm64  go build -o ../dist/index-mac-arm64 ./ && chmod +x ../dist/index-mac-arm64",
    "build:go:windows:amd64": " cd src && cross-env GO111MODULE=on GOOS=windows  GOARCH=amd64  go build -o ../dist/index.exe      ./",
    "build:go": "concurrently npm:build:go:*",
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "directory": "git+https://github.com/Danny-Dasilva/CycleTLS.git"
  },
  "keywords": [
    "cycletls",
    "utls",
    "ja3",
    "spoof",
    "fingerprint",
    "mimic",
    "axios"
  ],
  "license": "GPL3",
  "bugs": {
    "url": "https://github.com/Danny-Dasilva/CycleTLS/issues"
  },
  "homepage": "https://github.com/Danny-Dasilva/CycleTLS#readme",
  "dependencies": {
    "@types/node": "^17.0.24",
    "ws": "^7.5.7"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/ws": "^8.5.3",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
    "concurrently": "^7.2.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.51.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "jest": "^27.5.1",
    "jsdom": "^19.0.0",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  }
}
