-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "powerauth-js-test-client",
"version": "0.2.12",
"description": "Client library for PowerAuth Server RESTful API to support JavaScript integration tests with PowerAuth Server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"source": "src/index",
"files": [
"README.md",
"dist/**/*.*",
"dist/*.*"
],
"scripts": {
"test": "./scripts/build.sh test",
"test-verbose": "./scripts/build.sh test-verbose",
"build": "./scripts/build.sh",
"compile": "./scripts/build.sh compile",
"prepare": "./scripts/build.sh prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wultra/powerauth-js-test-client.git"
},
"keywords": [
"powerauth",
"javascript",
"mobile",
"typescript",
"react-native",
"integration-testing"
],
"author": {
"name": "Wultra s.r.o.",
"email": "[email protected]"
},
"license": "Apache 2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/wultra/powerauth-js-test-client/issues"
},
"homepage": "https://www.wultra.com/mobile-security-suite",
"dependencies": {
"cross-fetch": "^3.1.5",
"js-base64": "^3.7.2"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.0.0",
"babel-jest": "^29.0.1",
"chalk": "^4.1.0",
"jest": "^29.0.0",
"lodash": "^4.17.21",
"typescript": "^4.8.2"
}
}