|
1 | 1 | { |
2 | | - "name": "@react-native-async-storage/sqlite-storage-native", |
3 | | - "version": "0.0.0", |
| 2 | + "name": "Async Storage Sqlite", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.1", |
4 | 5 | "description": "Multiplatform sqlite storage for React Native AsyncStorage", |
5 | | - "main": "lib/commonjs/index.js", |
6 | | - "module": "lib/module/index.js", |
7 | | - "react-native": "src/index.ts", |
8 | | - "types": "lib/typescript/index.d.ts", |
9 | 6 | "repository": { |
10 | 7 | "url": "https://github.com/react-native-async-storage/sqlite-storage.git", |
11 | 8 | "owner": "react-native-async-storage", |
12 | 9 | "name": "sqlite-storage" |
13 | 10 | }, |
| 11 | + "author": "Krzysztof Borowy <contact@kborowy.com>", |
| 12 | + "homepage": "https://github.com/react-native-async-storage/sqlite-storage", |
| 13 | + "license": "MIT", |
| 14 | + "main": "lib/commonjs/index.js", |
| 15 | + "module": "lib/module/index.js", |
| 16 | + "react-native": "src/index.ts", |
| 17 | + "types": "lib/typescript/index.d.ts", |
14 | 18 | "files": [ |
15 | 19 | "src", |
16 | 20 | "lib", |
17 | 21 | "nativeLib", |
18 | 22 | "AsyncStorageSqlite.podspec" |
19 | 23 | ], |
20 | | - "author": "Krzysztof Borowy <contact@kborowy.com>", |
21 | | - "license": "MIT", |
22 | | - "homepage": "https://github.com/react-native-async-storage/sqlite-storage", |
| 24 | + |
23 | 25 | "packageManager": "yarn@4.0.2", |
24 | 26 | "scripts": { |
25 | 27 | "build": "yarn build:js && yarn build:native", |
|
0 commit comments