{
    "name": "tripitaka-datadog",
    "version": "5.1.0",
    "description": "",
    "scripts": {
        "clean": "rimraf dist",
        "build": "npm run clean && tsc",
        "postbuild": "cpy '**/*' '!**/*.ts' '!**/*.tsx' ../dist/ --cwd=src/ --no-overwrite --parents",
        "test": "jest --coverage",
        "lint": "eslint . --ext .ts",
        "prepare": "husky install",
        "format": "npx prettier --write 'src/**/*.ts' 'test/**/*.ts' '*.js' '*.json' '**/*.yml'"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "axios": "^0.27.2",
        "tripitaka": "^5.0.2",
        "uuid": "^8.3.2"
    },
    "devDependencies": {
        "@babel/preset-env": "^7.24.7",
        "@babel/preset-typescript": "^7.24.7",
        "@types/jest": "^28.1.8",
        "@types/uuid": "^8.3.4",
        "@typescript-eslint/eslint-plugin": "^5.62.0",
        "@typescript-eslint/parser": "^5.62.0",
        "babel-cli": "^6.26.0",
        "babel-preset-env": "^1.7.0",
        "cpy": "^9.0.1",
        "cpy-cli": "^4.2.0",
        "dotenv": "^16.4.5",
        "eslint": "^8.57.0",
        "husky": "^8.0.3",
        "jest": "^28.1.3",
        "prettier": "^2.8.8",
        "typescript": "^5.4.5"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pjgrenyer/tripitaka-datadog.git"
    },
    "bugs": {
        "url": "https://github.com/pjgrenyer/tripitaka-datadog/issues"
    },
    "homepage": "https://github.com/pjgrenyer/tripitaka-datadog"
}
