playfab-sdk
Version:
Playfab SDK for node.js applications
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "playfab-sdk",
"version": "2.175.250606",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^9.6.55",
"nodeunit": "0.11.3",
"prettier": "^2.0.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"main": "./index.js",
"files": [
"Scripts/**/*",
"test/**/*",
"index.js",
"index.d.ts"
],
"scripts": {
"test": ".\\test\\run.bat",
"build": "tsc",
"format": "prettier --write \"{Scripts,test}/**/*.{ts,js,json}\"",
"lint": "tslint -p tsconfig.json"
},
"keywords": [
"Azure",
"baas",
"backend",
"cloud",
"development",
"game",
"games",
"gaming",
"Microsoft",
"PlayFab"
],
"author": "Microsoft",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/playfab/NodeSDK"
}
}