UNPKG

amocrm-client

Version:
75 lines 2.01 kB
{ "name": "amocrm-client", "version": "0.0.124", "description": "JS Library for AmoCRM", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/", "src/" ], "engines": { "node": ">=12" }, "scripts": { "test": "jest --no-cache --verbose false --silent false", "build": "tsc", "docs": "typedoc --entryPointStrategy expand ./src", "lint": "eslint ./src --fix" }, "keywords": [ "crm", "amocrm", "amo" ], "repository": { "type": "git", "url": "git+https://github.com/vanyastaff/AmoCRM.git" }, "author": "Vanya Staff", "license": "MIT", "bugs": { "url": "https://github.com/vanyastaff/AmoCRM/issue" }, "homepage": "https://github.com/vanyastaff/AmoCRM#readme", "devDependencies": { "@babel/core": "^7.17.10", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-proposal-decorators": "^7.17.12", "@babel/preset-env": "^7.17.10", "@babel/preset-typescript": "^7.17.12", "@microsoft/tsdoc": "^0.14.1", "@types/events": "^3.0.0", "@types/jest": "^27.5.1", "@types/lodash": "^4.14.191", "@types/node": "^17.0.34", "@types/qs": "^6.9.7", "@types/reflect-metadata": "^0.1.0", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^5.23.0", "babel-jest": "^28.1.0", "babel-preset-env": "^1.7.0", "eslint": "^8.17.0", "eslint-plugin-jasmine": "^2.10.1", "eslint-plugin-jest": "^26.5.3", "jest": "^28.1.0", "ngrok": "^4.3.1", "ts-jest": "^28.0.2", "typedoc": "^0.22.15", "typedoc-plugin-rename-defaults": "^0.5.1" }, "dependencies": { "class-transformer": "^0.5.1", "moment": "^2.29.4", "qs": "^6.10.3", "reflect-metadata": "^0.1.13", "tslib": "^2.4.0", "type-fest": "^3.5.6", "typescript": "^4.6.4" }, "jest": { "setupFiles": [ "./jest-setup.ts" ] } }