UNPKG

bunr6statapi

Version:

Wrapper for Rainbow Six Siege API

36 lines 901 B
{ "dependencies": { "eslint": "^9.1.1" }, "scripts": { "start": "bun ./src/index.ts", "postinstall": "echo 'This is the Bun version of the API wrapper. Please use the normal official version if you don't use bun'" }, "name": "bunr6statapi", "description": "Wrapper for Rainbow Six Siege API", "version": "2.0.1", "main": "src/index.ts", "module": "src/index.ts", "repository": { "type": "git", "url": "git+https://github.com/CalumW1/R6StatAPI.git" }, "keywords": [ "Ubisoft", "Rainbow", "Six", "Seige" ], "author": "Calum Wilson, Fabian Maier", "license": "MIT", "bugs": { "url": "https://github.com/CalumW1/R6StatAPI/issues" }, "homepage": "https://github.com/CalumW1/R6StatAPI#readme", "devDependencies": { "@types/node": "^20.14.11", "typescript": "^5.5.3", "@types/bun": "latest" }, "type": "module" }