Files
warframe-center/package.json

18 lines
434 B
JSON

{
"name": "warframe-center",
"private": true,
"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": [
"./frontend",
"./gather",
"./shared-stuff"
],
"packageManager": "yarn@3.2.1"
}