ssn-installer/package.json

16 lines
309 B
JSON
Raw Normal View History

2018-10-08 20:39:47 +02:00
{
"name": "ssn-installer",
"version": "1.0.0",
"main": "src/main.c",
2018-10-08 20:39:47 +02:00
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://git.jedipedia.net/swtor/ssn.git"
},
"scripts": {
"build": "./build.sh"
},
"files": ["ssh-installer"],
"bin": "./ssh-installer"
2018-10-08 20:39:47 +02:00
}