-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 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
{
"name": "nlptoolkit-deasciifier",
"version": "1.0.4",
"description": "",
"main": "index.js",
"types": "index.js",
"scripts": {
"test": "Mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarlangSoftware/TurkishDeasciifier-Js.git"
},
"author": "Olcay Taner Yıldız",
"license": "ISC",
"bugs": {
"url": "https://github.com/StarlangSoftware/TurkishDeasciifier-Js/issues"
},
"homepage": "https://github.com/StarlangSoftware/TurkishDeasciifier-Js#readme",
"devDependencies": {
"@types/mocha": "^9.0.0",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"nlptoolkit-corpus": "^1.0.9",
"nlptoolkit-datastructure": "^1.0.4",
"nlptoolkit-dictionary": "^1.0.9",
"nlptoolkit-morphologicalanalysis": "^1.0.9",
"nlptoolkit-ngram": "^1.0.2",
"nlptoolkit-xmlparser": "^1.0.4"
}
}