Files
warframe-center/package.json
Anatoly cbffc25a78
Some checks failed
continuous-integration/drone/push Build encountered an error
Updated drone config
2022-03-22 16:12:58 +03:00

19 lines
426 B
JSON

{
"name": "warframe-center",
"version": "1.0.0",
"description": "Список Прайм предметов: https://warframe.fandom.com/wiki/Prime",
"repository": {
"type": "git",
"url": "ssh://git@git.radner.ru:3036/anatolykopyl/warframe-center.git"
},
"author": "Anatoly Kopyl",
"workspaces": [
"./app",
"./gather",
"./shared-stuff"
],
"dependencies": {
"mongoose": "^6.2.7"
}
}