-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.12 KB
/
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
{
"name": "@ezs/teeft",
"description": "ezs statements for teeft",
"version": "2.3.2",
"author": "François Parmentier <[email protected]>",
"bugs": "https://github.com/Inist-CNRS/ezs/issues",
"dependencies": {
"fs-readfile-promise": "3.0.1",
"glob": "7.2.0",
"natural": "5.1.11",
"ramda": "0.27.1",
"talisman": "1.1.4"
},
"homepage": "https://github.com/Inist-CNRS/ezs/packages/teeft#readme",
"keywords": [
"extraction",
"ezs",
"nlp",
"stream",
"teeft",
"term"
],
"license": "CECILL-2.1",
"main": "lib/index.js",
"peerDependencies": {
"@ezs/core": "*"
},
"publishConfig": {
"access": "public"
},
"repository": "Inist-CNRS/ezs.git",
"scripts": {
"build": "babel src --out-dir lib",
"doc": "documentation readme src/* --sort-order=alpha --shallow --markdown-toc-max-depth=2 --readme-file=../../docs/plugin-teeft.md --section=usage && cp ../../docs/plugin-teeft.md ./README.md",
"lint": "eslint --ext=.js ./test/*.js ./src/*.js",
"prepublish": "npm run build",
"pretest": "npm run build",
"preversion": "npm run doc"
}
}