@slavmak2486/bx24ts
Version:
Library for bitrix24
37 lines (36 loc) • 901 B
JSON
{
"name": "@slavmak2486/bx24ts",
"version": "1.2.22",
"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": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@types/lodash": "^4.17.21",
"@typescript-eslint/parser": "^8.48.0",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.39.1",
"jest": "^30.2.0",
"nodemon": "^3.1.11",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"lodash": "^4.17.21",
"axios": "^1.13.2"
}
}