-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}