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