packages/client/package.json
{
"name": "@feathersjs-offline/client",
"version": "2.0.7",
"description": "Client part of implementation of the own-data / own-net principles for supporting offline-first functionality for Feathers (mobile) applications.",
"keywords": [
"feathers",
"offline",
"realtime",
"mobile.first"
],
"author": {
"name": "Feathersjs-offline contributors",
"email": "feathersjs-offline@hillerstrom.name",
"url": "https://github.com/feathersjs-offline"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs-offline/issues"
},
"homepage": "https://github.com/feathersjs-offline/owndata-ownnet/tree/master/packages/client#readme",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib",
"dist"
],
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/feathers"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feathersjs-offline/owndata-ownnet"
},
"engines": {
"node": ">= 12"
},
"scripts": {
"prepublish": "npm run compile",
"compile": "shx rm -rf lib/ && tsc",
"unit": "npm run mocha",
"test": "npm run compile && npm run mocha",
"mocha": "nyc mocha --config ../../.mocharc.ts.json test/*.test.js"
},
"dependencies": {
"@feathersjs/adapter-commons": "^4.5.11",
"@feathersjs/commons": "^4.5.11",
"@feathersjs-offline/localforage": "^1.0.3",
"debug": "^4.3.1",
"feathers-localstorage": "^5.2.0",
"feathers-mongoose": "^8.3.1",
"md5": "^2.3.0",
"nanoid": "^3.1.30",
"sift": "^16.0.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^4.5.11",
"@feathersjs/express": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/socketio": "^4.5.11",
"@feathersjs/socketio-client": "^4.5.11",
"@types/debug": "^4.1.5",
"@types/mocha": "^9.0.0",
"@types/node": "^18.7.12",
"chai": "^4.2.0",
"feathers-hooks-common": "^6.1.5",
"feathers-memory": "^4.1.0",
"mocha": "^10.0.0",
"shx": "^0.3.3",
"ts-node": "^10.0.0",
"typescript": "^4.1.2"
},
"gitHead": "d9545d6360d31078e010de7dbac1353175e4eb76"
}