19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "idb-bridge",
|
|
"version": "0.0.11",
|
|
"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.3.0",
|
|
"typescript": "^3.7.0"
|
|
}
|
|
}
|