myt/template/package.json

14 lines
238 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-12-21 13:17:50 +00:00
"myt": "^1.5.2"
}
}