summaryrefslogtreecommitdiff
path: root/package.json
blob: 899ae094250513d2077582f659244fb883160405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "appname",
  "version": "0.0.1",
  "description": "description",
  "author": "Alexis Hovorka <alexisspacegirl@gmail.com>",
  "license": "MIT",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "private": true,
  "dependencies": {
    "ws": "^7.1.0"
  }
}