@lighttable/lighttable
Version:
LightTable SDK avec synchronisation hybride
53 lines (51 loc) • 1.35 kB
JSON
{
"name": "@lighttable/lighttable",
"version": "1.0.0-beta011",
"description": "LightTable SDK avec synchronisation hybride",
"main": "lighttable.js",
"exports": {
".": {
"import": "./lighttable.js",
"require": "./lighttable.js"
}
},
"keywords": ["sdk", "lighttable", "mongoose","mongo", "api", "react", "nextjs", "vite", "nodejs"],
"author": "Labelflow",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/genielabel/lightTable.git"
},
"dependencies": {
"axios": "^1.6.7",
"rxdb": "^15.0.0",
"pouchdb-adapter-idb": "^8.0.1",
"pouchdb-adapter-react-native-sqlite": "^3.0.1",
"react-native-ble-plx": "^3.1.2",
"react-native-wifi-p2p": "^3.0.2",
"@react-native-community/netinfo": "^11.2.1",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.7.4"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"optionalDependencies": {
"react-native-ble-plx": "^3.1.2",
"react-native-wifi-p2p": "^3.0.2",
"@react-native-community/netinfo": "^11.2.1"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"esbuild": "^0.25.4",
"javascript-obfuscator": "^4.1.1"
},
"publishConfig": {
"access": "public"
}
}