@faircopy/rules-nlp 1.1.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faircopy/rules-nlp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Optional NLP-powered ruleset for faircopy using compromise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -12,14 +12,20 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "tsup",
|
|
17
|
+
"typecheck": "tsc --noEmit",
|
|
18
|
+
"test": "echo 'no tests yet'",
|
|
19
|
+
"prepublishOnly": "pnpm run build"
|
|
20
|
+
},
|
|
15
21
|
"dependencies": {
|
|
16
|
-
"
|
|
17
|
-
"
|
|
22
|
+
"@faircopy/core": "1.2.1",
|
|
23
|
+
"compromise": "^14.15.0"
|
|
18
24
|
},
|
|
19
25
|
"devDependencies": {
|
|
20
26
|
"@types/bun": "latest",
|
|
21
|
-
"tsup": "^8.
|
|
22
|
-
"typescript": "^
|
|
27
|
+
"tsup": "^8.5.1",
|
|
28
|
+
"typescript": "^6.0.3"
|
|
23
29
|
},
|
|
24
30
|
"publishConfig": {
|
|
25
31
|
"access": "public"
|
|
@@ -29,10 +35,5 @@
|
|
|
29
35
|
"repository": {
|
|
30
36
|
"type": "git",
|
|
31
37
|
"url": "https://github.com/omniaura/faircopy"
|
|
32
|
-
},
|
|
33
|
-
"scripts": {
|
|
34
|
-
"build": "tsup",
|
|
35
|
-
"typecheck": "tsc --noEmit",
|
|
36
|
-
"test": "echo 'no tests yet'"
|
|
37
38
|
}
|
|
38
|
-
}
|
|
39
|
+
}
|