summaryrefslogtreecommitdiff
path: root/package.json
blob: 6f8ead3a3c3ba3898768d5bcb8d5c512044b1391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "langdetect",
  "version": "1.0.0",
  "description": "",
  "main": "train.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "^4.1.0",
    "ora": "^5.1.0",
    "spark-md5": "^3.0.1"
  }
}