{
    "name": "@slavmak2486/bx24ts",
    "version": "1.2.11",
    "description": "Library for bitrix24",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "start": "ts-node index.ts",
        "build": "tsc",
        "test": "jest"
    },
    "keywords": [
        "bitrix24",
        "b24",
        "rest"
    ],
    "author": "dc",
    "license": "ISC",
    "devDependencies": {
        "@types/jest": "^27.4.1",
        "@typescript-eslint/eslint-plugin": "^5.13.0",
        "@types/lodash": "^4.14.179",
        "@typescript-eslint/parser": "^5.13.0",
        "axios-mock-adapter": "^1.20.0",
        "eslint": "^8.10.0",
        "jest": "^27.5.1",
        "nodemon": "^2.0.15",
        "ts-jest": "^27.1.3",
        "ts-node": "^10.6.0",
        "typescript": "^4.6.2"
    },
    "dependencies": {
        "lodash": "^4.17.21",
        "axios": "^1.7.9"
    }
}
