wallet-core/packages/idb-bridge/package.json
2019-08-16 19:05:48 +02:00

19 lines
408 B
JSON

{
"name": "idb-bridge",
"version": "0.0.3",
"description": "IndexedDB implementation that uses SQLite3 as storage",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"author": "Florian Dold",
"license": "AGPL-3.0-or-later",
"private": false,
"scripts": {
"test": "tsc && ava",
"build": "tsc"
},
"devDependencies": {
"ava": "2.1.0",
"typescript": "^3.4.5"
}
}