igdb-client
Version:
33 lines (32 loc) • 584 B
JSON
{
"name": "igdb-client",
"version": "0.0.3-pre-alpha",
"module": "index.ts",
"type": "module",
"scripts": {
"test": "bun test",
"build": "tsc"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/bun": "latest",
"igdb-types": "^0.5.2"
},
"dependencies": {
"axios": "^1.8.4",
"log4js": "^6.9.1"
},
"keywords": [
"igdb",
"igdb-client",
"typescript"
],
"license": "MIT",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
}