myt/template/package.json

14 lines
240 B
JSON
Raw Normal View History

{
"name": "my-db",
"version": "1.0.0",
"author": "Me",
"description": "My database project",
"license": "GPL-3.0",
"repository": {
"type": "git"
},
2022-04-04 17:30:43 +00:00
"dependencies": {
2022-04-04 19:14:04 +00:00
"myvc": "^1.3.11"
}
}