mirror of
https://github.com/ilyakooo0/purescript-indexed-DB.git
synced 2024-11-22 10:42:14 +03:00
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "purescript-indexed-DB",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/ilyakooo0/purescript-indexed-DB.git",
|
|
"author": "iko <mail@iko.soy>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "spago build && node index.js"
|
|
},
|
|
"dependencies": {
|
|
"fake-indexeddb": "^4.0.1"
|
|
},
|
|
"type": "module"
|
|
}
|