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)
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "startgg-helper",
"version": "2.4.2",
"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",
"module": "main.js",
"exports": {
".": {
"default": "./main.js"
},
"./util": {
"default": "./src/jsUtil.js"
}
},
"files": [
"main.js",
"/src"
],
"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": {}
}
}