aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d047346554c1b101898c0ca97b3e613548560359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "satellite",
    "version": "2.3.0",
    "description": "Minteck Sattelite Server, a fork of the Minteck Projects Web Server",
    "main": "server/core.js",
    "scripts": {
        "start": "node index.js"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "axios": "^0.24.0",
        "ejs": "^3.1.6",
        "node-mime": "^1.0.0"
    }
}