async-xbox-live-api
Version:
Async library to enable you to interact with the xbox live api
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "async-xbox-live-api",
"version": "3.2.1",
"description": "Async library to enable you to interact with the xbox live api",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "ts-node test.ts",
"build": "tsc",
"prepublish": "tsc",
"typecheck": "tsc --noEmit",
"start": "ts-node index.ts",
"prettier-format": "prettier --config .prettierrc 'lib/**/*.ts' --write",
"lint": "eslint . --ext .ts"
},
"keywords": [
"xbox",
"node",
"nodejs",
"js",
"javascript",
"live",
"xbl",
"es6"
],
"author": "Michael Ostrovsky",
"license": "ISC",
"repository": "github:Strafer14/node-xbox-live-async.git",
"dependencies": {
"async-disk-cache": "^2.1.0",
"axios": "^1.1.3",
"cookie": "^0.5.0",
"dotenv": "^16.0.3",
"node-fetch": "^2.6.7",
"querystring": "^0.2.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"url": "^0.11.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "2.7.1",
"prettier-eslint": "^15.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}