-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1008 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
{
"name": "react-native-persistent-job",
"version": "2.7.3",
"repository": "https://github.com/GabiNir/react-native-persistent-job",
"description": "",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"test": "jest --config jest.config.json",
"build": "tsc -p tsconfig.json"
},
"keywords": [
"javascript",
"react-native",
"storage"
],
"author": "Gabi Nir <gabinir@gmail.com>",
"license": "MIT",
"dependencies": {
"rxjs": "^5.4.2",
"tslib": "^1.7.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/react-native": "^0.46.7",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jest": "^20.0.4",
"regenerator-runtime": "^0.11.1",
"ts-jest": "^22.4.6",
"typescript": "^2.4.2"
},
"peerDependencies": {
"react-native": ">= 0.36.0"
}
}