UNPKG

@jovo-community/plugin-playfab

Version:

A Jovo Framework plugin for PlayFab LiveOps game backend.

62 lines (61 loc) 1.94 kB
{ "name": "@jovo-community/plugin-playfab", "version": "1.1.1", "description": "A Jovo Framework plugin for PlayFab LiveOps game backend.", "main": "dist/cjs/index.js", "module": "dist/esm5/index.js", "es2015": "dist/esm2015/index.js", "types": "dist/types/index.d.ts", "sideEffects": false, "files": [ "dist" ], "scripts": { "prebuild": "rimraf dist", "build": "tsc -b tsconfig.build.cjs.json tsconfig.build.esm5.json tsconfig.build.esm2015.json tsconfig.build.types.json", "watch": "tsc -b tsconfig.build.cjs.json tsconfig.build.esm5.json tsconfig.build.esm2015.json tsconfig.build.types.json --watch", "prettier": "prettier -w -l src test package.json", "eslint": "eslint src test --fix --ext .ts", "rimraf": "rimraf dist", "test": "jest --runInBand", "publish": "npm publish --access public" }, "author": "Mark Tucker", "license": "MIT", "homepage": "https://github.com/jovo-community/plugin-playfab#readme", "repository": { "type": "git", "url": "https://github.com/jovo-community/plugin-playfab" }, "bugs": { "url": "https://github.com/jovo-community/plugin-playfab/issues" }, "keywords": [ "jovo", "jovo framework", "playfab", "games", "gamification" ], "dependencies": { "@jovotech/framework": "^4.0.0", "playfab-sdk": "^2.104.220804" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^13.11.0", "@types/validator": "^13.7.2", "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "jest": "^27.3.1", "prettier": "^2.2.1", "rimraf": "^3.0.2", "ts-jest": "^27.0.7", "typescript": "^4.7.4" }, "prettier": "./.prettierrc.js" }