-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 859 Bytes
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
{
"name": "openpaygo",
"version": "0.0.7",
"description": "OpenPAYGO Javascript library",
"main": "index.js",
"types": "src/types/openpaygo.d.ts",
"scripts": {
"test": "jest",
"lint": "npx eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnAccess/OpenPAYGO-js.git"
},
"keywords": [
"paygo",
"paygo-js"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/EnAccess/OpenPAYGO-js/issues"
},
"homepage": "https://enaccess.github.io/OpenPAYGO-docs/",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"prettier": "3.2.5",
"tsd": "^0.31.2"
},
"engines": {
"node": ">=18.19.0"
},
"dependencies": {
"bigint-conversion": "^2.4.3",
"buffer": "^6.0.3",
"lodash": "^4.17.21"
}
}