-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 959 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
39
40
41
{
"name": "@ingameltd/paysafecard",
"version": "1.0.4",
"description": "Paysafecard client for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"build:check": "tsc --noEmit",
"watch": "tsc --watch",
"test": "echo 'no tests yet'",
"docs": "npx typedoc --out docs src"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@types/node": "^14.0.5",
"typedoc": "^0.17.7",
"typescript": "^3.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ingameltd/paysafecard.git"
},
"keywords": [
"paysafecard",
"typescript",
"nodejs"
],
"author": "Kasun Vithanage",
"license": "MIT",
"bugs": {
"url": "https://github.com/ingameltd/paysafecard/issues"
},
"homepage": "https://github.com/ingameltd/paysafecard#readme"
}