You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
potato-launcher/extensions/pouchdb/package.json

15 lines
295 B

{
"private": true,
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"minimist": "^1.2.6",
"pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0",
"uuid": "^8.3.2",
"websocket": "^1.0.34"
}
}