2019-06-15 22:44:54 +02:00
|
|
|
{
|
|
|
|
"name": "idb-bridge",
|
2019-11-29 19:26:13 +01:00
|
|
|
"version": "0.0.15",
|
2019-06-15 22:44:54 +02:00
|
|
|
"description": "IndexedDB implementation that uses SQLite3 as storage",
|
2019-07-21 23:50:10 +02:00
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
2019-06-15 22:44:54 +02:00
|
|
|
"author": "Florian Dold",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
2019-07-21 23:50:10 +02:00
|
|
|
"test": "tsc && ava",
|
|
|
|
"build": "tsc"
|
2019-06-15 22:44:54 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-08-26 02:41:50 +02:00
|
|
|
"ava": "2.3.0",
|
2019-11-19 19:27:26 +01:00
|
|
|
"typescript": "^3.7.0"
|
2019-06-15 22:44:54 +02:00
|
|
|
}
|
|
|
|
}
|