ggbgg
Version:
package to collect data from boardgamegeek
39 lines (38 loc) • 846 B
JSON
{
"name": "ggbgg",
"version": "0.1.4",
"description": "package to collect data from boardgamegeek",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hejtmy/ggbgg.git"
},
"keywords": [
"boardgames",
"bgg",
"boardgamegeek",
"statistics"
],
"author": "Lukáš 'hejtmy' Hejtmánek",
"license": "MIT",
"bugs": {
"url": "https://github.com/hejtmy/ggbgg/issues"
},
"homepage": "https://github.com/hejtmy/ggbgg#readme",
"dependencies": {
"axios": "^0.19.0",
"fast-xml-parser": "^3.12.19",
"global": "^4.4.0",
"he": "^1.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.0"
}
}