mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "sync-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gregor-tokarev/personal_todo.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"idb": "^8.0.0",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|