1
0
mirror of synced 2024-11-21 20:16:03 +03:00
mg-bot-api-client-js/package.json

47 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2019-02-06 14:54:15 +03:00
{
2019-02-08 15:34:41 +03:00
"name": "mg-api-client",
"description": "JavaScript client for Message Gateway Bot API",
2019-03-01 13:46:30 +03:00
"tags": [
"API",
"RetailCRM",
2019-03-01 13:46:30 +03:00
"Bot",
"Chat"
],
"version": "1.1.0",
2019-02-06 14:54:15 +03:00
"scripts": {
2019-03-06 14:11:28 +03:00
"doc": "./node_modules/.bin/jsdoc lib/v1/client.js lib/consts.js -R README.md",
2019-03-01 13:46:30 +03:00
"build": "./node_modules/.bin/rollup -c",
2020-08-18 12:13:45 +03:00
"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"
2019-02-06 14:54:15 +03:00
},
"author": "RetailCRM",
2019-02-06 14:54:15 +03:00
"license": "MIT",
2019-03-01 13:46:30 +03:00
"main": "./dist/index.js",
2019-02-06 14:54:15 +03:00
"bugs": {
"url": "https://github.com/retailcrm/mg-bot-api-client-js/issues"
},
"dependencies": {},
"devDependencies": {
2020-08-18 17:40:00 +03:00
"@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",
2019-03-01 13:46:30 +03:00
"babelrc-rollup": "^3.0.0",
2019-02-06 14:54:15 +03:00
"chai": "^4.2.0",
2019-03-06 14:11:28 +03:00
"jsdoc": "^3.5.5",
2020-08-18 17:40:00 +03:00
"mocha": "^8.1.1",
2019-03-01 13:46:30 +03:00
"nock": "^10.0.6",
2020-08-18 12:13:45 +03:00
"nyc": "^15.1.0",
2020-08-18 17:40:00 +03:00
"rollup": "^2.26.3"
2019-02-06 14:54:15 +03:00
},
2019-02-08 17:14:17 +03:00
"engines": {
2020-08-18 17:40:00 +03:00
"node": ">= 10.0.0"
2019-02-08 17:14:17 +03:00
},
2019-02-06 14:54:15 +03:00
"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"
}
}