UNPKG

xsolla

Version:

A Node.js client for working with the Xsolla Merchant API

39 lines (38 loc) 914 B
{ "name": "xsolla", "version": "0.5.3", "description": "A Node.js client for working with the Xsolla Merchant API", "main": "dist/src/Xsolla.js", "types": "src/Xsolla.ts", "scripts": { "test": "tsc", "build": "tsc", "prepublish": "npm test", "postpublish": "git push && git push --tags", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/JorgenVatle/xsolla.git" }, "keywords": [ "Xsolla", "SDK", "REST", "client", "typescript" ], "author": "Jørgen <Jorgen@WcAServices.net> (https://github.com/JorgenVatle)", "license": "ISC", "bugs": { "url": "https://github.com/JorgenVatle/xsolla/issues" }, "homepage": "https://github.com/JorgenVatle/xsolla#readme", "dependencies": { "axios": "^0.18.0" }, "devDependencies": { "@types/node": "^12.0.0", "typescript": "^3.4.5" } }