@mendix/react-native-sqlite-storage
Version:
SQLite3 bindings for React Native (Android & iOS)
67 lines (66 loc) • 1.53 kB
JSON
{
"name": "@mendix/react-native-sqlite-storage",
"version": "7.1.0",
"description": "SQLite3 bindings for React Native (Android & iOS)",
"main": "lib/sqlite.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mendix/react-native-sqlite-storage.git"
},
"keywords": [
"react-native-sqlite-storage",
"react-native-sqlite",
"react-component",
"reactnative",
"react-native",
"sqlite",
"sqlite3",
"ios",
"android",
"promise",
"cordova-sqlite-storage"
],
"files": [
"lib/*",
"platforms/*",
"types/*",
"react-native.config.js",
"react-native-sqlite-storage.podspec"
],
"author": "Mendix, Andrzej Porebski",
"license": "MIT",
"bugs": {
"url": "https://github.com/mendix/react-native-sqlite-storage/issues"
},
"homepage": "https://github.com/mendix/react-native-sqlite-storage",
"peerDependencies": {
"react-native": ">=0.14.0"
},
"devDependencies": {
"react": "16.13.1",
"react-native": "^0.69.12",
"react-native-windows": "^0.73.8"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true,
"allowSameVersion": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
}