-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "yeremi-stopwords",
"description": "Stopwords is a lightweight and efficient PHP library designed to simplify Natural Language Processing (NLP) tasks.",
"version": "0.1.0",
"author": "Yeremi Loli",
"homepage": "https://github.com/yeremi/stopwords",
"repository": {
"type": "git",
"url": "git+https://github.com/yeremi/stopwords.git"
},
"bugs": {
"url": "https://github.com/yeremi/stopwords/issues"
},
"keywords": [
"stopwords",
"portuguese",
"snowball",
"searchengine",
"elasticsearch",
"seo",
"stemming",
"filter",
"natural language processing"
],
"license": "MIT",
"private": true,
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"semantic-release": "^24.2.0"
}
}