UNPKG

igdb-api-node

Version:

Nodejs API Wrapper for the IGDB.com API

44 lines (43 loc) 1.06 kB
{ "name": "igdb-api-node", "version": "6.0.5", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/twitchtv/igdb-api-node.git" }, "scripts": { "prebuild": "node scripts/generate-version.js", "build": "npm run prebuild && tsc", "prepare": "npm run build", "start": "node dist/index.js", "test": "npm run build && mocha" }, "homepage": "https://api-docs.igdb.com", "keywords": [ "api", "games", "igdb", "wrapper" ], "author": "IGDB <support@igdb.com>", "bugs": { "url": "https://twitch.uservoice.com/forums/929953-igdb?category_id=389365" }, "contributors": [ "Jake Cattrall <krazyjakee@gmail.com>", "Duane Sibilly <duane@sibilly.com>" ], "dependencies": { "apicalypse": "^1.0.4" }, "description": "Nodejs API Wrapper for the IGDB.com API", "devDependencies": { "@types/mocha": "^9.0.0", "@types/node": "^16.18.126", "mocha": "^10.1.0", "typescript": "^4.5.0" } }