startgg-helper-node
Version:
A set of functions and classes useful to communicate with the start.gg API.
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "startgg-helper-node",
"version": "2.2.2",
"description": "A set of functions and classes useful to communicate with the start.gg API.",
"main": "main.js",
"module": "main.js",
"exports": {
".": {
"default": "./main.js"
},
"./util": {
"default": "./jsUtil.js"
}
},
"files": [
"main.js",
"client.js",
"jsUtil.js"
],
"scripts": {
"test": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js --silent"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/TwilCynder/startgg-helper.git"
},
"keywords": [
"GraphQL",
"start.gg",
"API"
],
"author": "TwilCynder",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/TwilCynder/startgg-helper/issues"
},
"homepage": "https://gitlab.com/TwilCynder/startgg-helper#readme",
"dependencies": {
"graphql-request": "^7.1.2",
"startgg-helper": "^2.2.1"
},
"type": "module",
"devDependencies": {
"@twilcynder/arguments-parser": "^1.16.1",
"@types/jest": "^29.5.12",
"jest": "^29.7.0"
},
"jest": {
"transform": {}
}
}