startgg-helper
Version:
A set of functions and classes useful to communicate with the start.gg API, using any client (YOU NEED TO PROVIDE A CLIENT YOURSELF, SEE README)
35 lines (34 loc) • 976 B
JSON
{
"name": "startgg-helper",
"version": "2.1.1",
"description": "A set of functions and classes useful to communicate with the start.gg API, using any client (YOU NEED TO PROVIDE A CLIENT YOURSELF, SEE README)",
"main": "main.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": [
"start.gg",
"API",
"GraphQL"
],
"author": "TwilCynder",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/TwilCynder/startgg-helper/issues"
},
"homepage": "https://gitlab.com/TwilCynder/startgg-helper#readme",
"devDependencies": {
"@twilcynder/arguments-parser": "^1.16.1",
"@types/jest": "^29.5.12",
"graphql-request": "^7.1.0",
"jest": "^29.7.0"
},
"type": "module",
"jest": {
"transform": {}
}
}