1
0
mirror of synced 2024-11-21 20:16:03 +03:00
mg-bot-api-client-js/package.json
Akolzin Dmitry e71a9ab7e3 JSDoc
2019-03-06 14:03:41 +03:00

46 lines
1.2 KiB
JSON

{
"name": "mg-api-client",
"description": "JS client for retailCRM Bot API",
"tags": [
"API",
"retailCRM",
"Bot",
"Chat"
],
"version": "1.0.1",
"scripts": {
"doc": "jsdoc lib/v1/client.js lib/types.js -R README.md",
"build": "./node_modules/.bin/rollup -c",
"test": "./node_modules/.bin/_mocha --require @babel/register ./tests/."
},
"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.2.3",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"babelrc-rollup": "^3.0.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"rollup": "^1.2.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0"
},
"engines": {
"node": ">= 4.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"
}
}