summaryrefslogtreecommitdiff
path: root/package.json
blob: aacfd262cd7c53e9fee1f1fddc3dc999f91acb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "fle.ms",
  "version": "0.0.0",
  "description": "fle.ms URL Shortener",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cflems/fle.ms.git"
  },
  "author": "Carson Fleming <cflems@cflems.net> (https://cflems.net/)",
  "bugs": {
    "url": "https://github.com/cflems/fle.ms/issues"
  },
  "homepage": "https://github.com/cflems/fle.ms#readme",
  "dependencies": {
    "express": "^4.18.2",
    "mongoose": "^7.6.3"
  }
}