-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 837 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": "gse",
"version": "0.40.0",
"description": "node efficient text segmentation",
"main": "gse.js",
"typings": "gse.ts",
"scripts": {
"build": "go get -v github.com/vcaesar/gocs && gocs -n gse",
"install": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/vcaesar/gse-bind.git"
},
"keywords": [
"jieba",
"gse",
"chinese",
"segment",
"中文分词",
"结巴分词"
],
"author": "vcaesar",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vcaesar/gse-bind/issues"
},
"homepage": "https://github.com/vcaesar/gse-bind",
"dependencies": {
"ffi-napi": "^4.0.3",
"ref-struct": "^1.1.0"
},
"__npminstall_done": false
}