mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "contract-model",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "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
|
|
}
|