-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 958 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "text-quality-indicator",
"version": "2.6.3",
"description": "Return a indicator (in %) of any text, using dictionnary.",
"main": "src/tqi.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.5",
"commander": "^2.20.0",
"glob": "^7.1.4",
"kuler": "2.0.0",
"prettyjson": "^1.2.1",
"tar": "^7.4.3",
"xregexp": "^4.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.8.2"
},
"scripts": {
"postinstall": "bin/postInstall.js",
"test": "mocha"
},
"bin": {
"tqi": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inist-CNRS/text-quality-indicator.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Inist-CNRS/text-quality-indicator/issues"
},
"homepage": "https://github.com/Inist-CNRS/text-quality-indicator#readme",
"engines": {
"node": ">=14.0.0"
}
}