-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 872 Bytes
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
{
"name": "nlptoolkit-syntacticparser",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "Mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarlangSoftware/SyntacticParser-Js.git"
},
"author": "Olcay Taner Yıldız",
"license": "ISC",
"bugs": {
"url": "https://github.com/StarlangSoftware/SyntacticParser-Js/issues"
},
"homepage": "https://github.com/StarlangSoftware/SyntacticParser-Js#readme",
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^25.2.3",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^5.9.3"
},
"dependencies": {
"nlptoolkit-parsetree": "^1.0.6",
"nlptoolkit-datastructure": "^1.0.9",
"nlptoolkit-dictionary": "^1.0.14",
"nlptoolkit-corpus": "^1.0.12"
}
}