{
    "name": "@oiti/facecaptcha-core",
    "version": "0.2.13",
    "description": "shared tools for certiface ecosystem",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "prelint": "tsc --noEmit",
        "prepublishOnly": "npm run build",
        "prebuild": "ts-patch install",
        "build": "(rimraf lib || true) && tsc -p tsconfig-build.json",
        "test": "npm run test:unit",
        "test-base": "jest --passWithNoTests --silent --noStackTrace --runInBand",
        "test:unit": "npm run test-base",
        "test:staged": "npm run test:unit --findRelatedTests",
        "test:clear": "npm run test-base -- --clearCache",
        "test:unit:watch": "npm run test-base -- --watchAll",
        "test-base:verbose": "jest --passWithNoTests --runInBand",
        "coverage": "cross-env NODE_ENV=test jest --detectOpenHandles --coverage --coverageReporters=cobertura --reporters=default --reporters=jest-junit",
        "validate-typescript": "tsc --noEmit",
        "lint": "eslint src/ --ext .ts",
        "lint:fix": "npm run lint -- --fix",
        "prepare": "husky install"
    },
    "keywords": [
        "certiface-tools",
        "oititec"
    ],
    "author": "André Lima <andre.lima@oititec.com.br>",
    "license": "ISC",
    "dependencies": {
        "axios": "^1.3.2",
        "crypto-js": "^4.1.1",
        "qs": "^6.11.0"
    },
    "devDependencies": {
        "@types/jest": "^28.1.7",
        "@types/node": "^18.7.9",
        "@typescript-eslint/eslint-plugin": "^5.33.1",
        "@typescript-eslint/parser": "^5.33.1",
        "cross-env": "^7.0.3",
        "eslint": "^8.22.0",
        "eslint-config-prettier": "8.5.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-simple-import-sort": "7.0.0",
        "eslint-plugin-unused-imports": "2.0.0",
        "git-commit-msg-linter": "^4.1.3",
        "husky": "^8.0.1",
        "jest": "^28.1.3",
        "jest-junit": "^14.0.0",
        "jest-mock-extended": "^2.0.7",
        "lint-staged": "^13.0.3",
        "module-alias": "^2.2.2",
        "prettier": "^2.7.1",
        "rimraf": "^3.0.2",
        "ts-jest": "^28.0.8",
        "ts-node": "^10.9.1",
        "ts-patch": "2.0.2",
        "typescript": "^4.9.5",
        "typescript-transform-paths": "3.3.1"
    },
    "_moduleAliases": {
        "@": "."
    }
}