react-native-expo-raw-sql-migrations
Version:
Migration tool to use raw sql for SQLite / react-nativ expo.
39 lines (38 loc) • 972 B
JSON
{
"scripts": {
"build": "yarn run tsc"
},
"name": "react-native-expo-raw-sql-migrations",
"version": "1.0.0",
"description": "Migration tool to use raw sql for SQLite / react-nativ expo.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "git@github.com:snamiki1212/react-native-expo-raw-sql-migrations.git",
"author": "snamiki1212 <snamiki1212@gmail.com>",
"license": "MIT",
"keywords": [
"sqlite",
"expo",
"react",
"native",
"sql",
"rn"
],
"bugs": {
"url": "https://github.com/snamiki1212/react-native-expo-raw-sql-migrationsissues"
},
"homepage": "https://github.com/snamiki1212/react-native-expo-raw-sql-migrations#readme",
"dependencies": {
"tslib": "^1.11.1"
},
"peerDependencies": {
"expo-sqlite": "^8.1.0",
"react": "^16.8.1",
"typescript": "^3.8.3"
},
"devDependencies": {
"expo-sqlite": "^8.1.0",
"react": "^16.8.1",
"typescript": "^3.8.3"
}
}