UNPKG

755 BJSONView Raw
1{
2 "name": "react-notarealdb",
3 "version": "0.1.1",
4 "description": "A \"fake\" database for reactjs react-native that stores data in local storage, for sample applications.",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/hosseinmd/react-notarealdb.git"
9 },
10 "main": "src/index.js",
11 "scripts": {
12 "test": "jest"
13 },
14 "dependencies": {
15 "@react-native-community/async-storage": "^1.6.3",
16 "shortid": "^2.2.15"
17 },
18 "devDependencies": {
19 "@babel/cli": "^7.7.4",
20 "@babel/core": "^7.7.4",
21 "@babel/plugin-proposal-class-properties": "^7.7.4",
22 "@babel/plugin-transform-runtime": "^7.7.4",
23 "@babel/preset-env": "^7.7.4",
24 "@babel/runtime": "^7.7.4",
25 "jest": "^24.9.0"
26 }
27}