ssn-installer/package.json
2018-10-08 20:54:45 +02:00

15 lines
309 B
JSON

{
"name": "ssn-installer",
"version": "1.0.0",
"main": "src/main.c",
"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"
}