-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 856 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
{
"name": "felig-toolkit",
"version": "2.0.1",
"description": "Amharic Language Pre-processor toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"test": "pnpm jest --coverage"
},
"keywords": [
"Amharic",
"Stemmer",
"Affixes",
"Amharic",
"Stopword",
"Amharic",
"Sentiment",
"analysis"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/liulalemx/felig-toolkit.git"
},
"homepage": "https://felig-toolkit-web.vercel.app/",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@types/node": "^20.2.4",
"jest": "^28.1.3",
"typescript": "^5.0.4"
},
"dependencies": {
"@babel/core": "^7.19.0"
}
}