aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 63cd0ceb0e5785da7075ca8e6c7bb0a19d06c329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "ywot-clean",
  "version": "1.0.0",
  "description": "An improved version of the ywot node.js api",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feynmansfedora/ywot-clean.git"
  },
  "author": "Holden Rohrer <holden.rohrer@pm.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/feynmansfedora/ywot-clean/issues"
  },
  "homepage": "https://github.com/feynmansfedora/ywot-clean#readme",
  "dependencies": {
    "binary-search": "^1.3.6",
    "events": ">=3.0.0",
    "json": ">=9.0.6",
    "ws": ">=7.2.0"
  }
}