myt/template/package.json

14 lines
250 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": {
"@verdnatura/myt": "^1.0.0"
}
}