-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.56 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "es-compromise",
"description": "Modesto procesamiento del lenguaje natural",
"version": "0.2.11",
"main": "./src/index.js",
"browser": "./builds/es-compromise.min.js",
"unpkg": "./builds/es-compromise.min.js",
"type": "module",
"sideEffects": false,
"exports": {
".": {
"import": "./builds/es-compromise.mjs",
"require": "./builds/es-compromise.cjs",
"types": "./types/index.d.ts"
}
},
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/nlp-compromise/es-compromise.git"
},
"files": [
"builds/",
"types/",
"src/"
],
"scripts": {
"test": "tape \"./tests/**/*.test.js\" | tap-dancer",
"testb": "cross-env TESTENV=prod npm run test",
"build": "npm run version && rollup -c --silent",
"version": "node ./scripts/version.js",
"pack": "node ./scripts/pack.js",
"score": "node ./learn/wikicorpus/test.js",
"lint": "eslint ./src/**/*",
"watch": "amble ./scratch.js",
"match": "node ./scripts/match.js",
"stress": "node scripts/stress.js"
},
"dependencies": {
"compromise": "14.11.1",
"efrt": "2.7.0",
"suffix-thumb": "5.0.2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.3",
"amble": "1.3.0",
"cross-env": "^7.0.3",
"eslint": "8.47.0",
"eslint-plugin-regexp": "1.15.0",
"rollup": "3.28.1",
"tap-dancer": "0.3.4",
"tape": "5.7.3"
},
"license": "MIT"
}