-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.27 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
{
"name": "@jolocom/react-native-ausweis",
"version": "2.0.3",
"description": "React Native module for AusweisApp2",
"main": "./js/index.js",
"files": [
"README.md",
"android",
"ios",
"react-native-aa2-sdk.podspec",
"js/*"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"clean": "rm -rf ./node_modules; rm -rf ./js",
"prepare": "yarn build",
"test": "jest --verbose",
"prettier:fix": "prettier src/ --write",
"prettier:check": "prettier src/ --check"
},
"repository": {
"type": "git",
"url": "https://github.com/jolocom/react-native-ausweis.git"
},
"keywords": [
"Ausweis",
"AusweisApp",
"React Native AusweisApp",
"eID",
"Jolocom"
],
"author": {
"name": "Jolocom",
"email": "dev@jolocom.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"jest": "^27.0.6",
"prettier": "^2.6.2",
"react": "^16.9.0",
"react-native": "^0.61.5",
"ts-jest": "^27.0.5",
"typed-emitter": "^1.4.0",
"typescript": "^4.3.5"
},
"volta": {
"node": "12.14.1",
"yarn": "1.22.10"
}
}