aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: fa6d61942f19fb65d0756126b87114130737e313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "iridium",
  "version": "2.1.3",
  "description": "A next-generation Kartik server, based on the original server",
  "main": "index.js",
  "scripts": {
    "test": "node index.js",
    "run": "node index.js",
    "build": "nexe index.js --build -o build/iridium"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "nexe": "^4.0.0-beta.18"
  }
}