summaryrefslogtreecommitdiff
path: root/package.json
blob: de36d18dff061cdc267d3c0d54f600d0453b5789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "mana-launcher",
  "version": "1.0.0",
  "private": true,
  "description": "A launcher for manaplus.",
  "main": "dist/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "start": "npm run build && electron ."
  },
  "author": "LawnCable",
  "license": "GNU GPLv3",
  "devDependencies": {
    "electron": "^2.0.1",
    "typescript": "^2.8.3"
  },
  "files": [
    "*.js",
    "assets",
    "src",
    "node_modules",
    "LICENSE"
  ],
  "dependencies": {
    "@types/extract-zip": "^1.6.2",
    "@types/fs-extra": "^5.0.2",
    "discord-rpc": "^3.0.0-beta.10",
    "extract-zip": "^1.6.6",
    "fs-extra": "^6.0.1",
    "request": "^2.87.0",
    "request-progress": "^3.0.0"
  }
}