1
0
mirror of synced 2024-11-21 12:06:04 +03:00
mg-bot-api-client-js/package.json
2020-12-15 13:35:11 +03:00

47 lines
1.3 KiB
JSON

{
"name": "mg-api-client",
"description": "JavaScript client for Message Gateway Bot API",
"tags": [
"API",
"RetailCRM",
"Bot",
"Chat"
],
"version": "1.1.0",
"scripts": {
"doc": "./node_modules/.bin/jsdoc lib/v1/client.js lib/consts.js -R README.md",
"build": "./node_modules/.bin/rollup -c",
"test": "./node_modules/.bin/nyc ./node_modules/.bin/_mocha --require @babel/register ./tests/.",
"report-coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && codecov"
},
"author": "RetailCRM",
"license": "MIT",
"main": "./dist/index.js",
"bugs": {
"url": "https://github.com/retailcrm/mg-bot-api-client-js/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.5",
"@rollup/plugin-babel": "^5.2.0",
"babelrc-rollup": "^3.0.0",
"chai": "^4.2.0",
"jsdoc": "^3.5.5",
"mocha": "^8.1.1",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"rollup": "^2.26.3"
},
"engines": {
"node": ">= 10.0.0"
},
"homepage": "https://github.com/retailcrm/mg-bot-api-client-js#readme",
"repository": {
"type": "git",
"url": "git@github.com:retailcrm/mg-bot-api-client-js.git"
}
}