-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
33 lines (33 loc) · 886 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
{
"name": "belajar-node-nlp",
"version": "1.0.0",
"description": "",
"main": "dist/index.ts",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"watch": "rm -rf dist/ && tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nlpjs/basic": "^4.14.4",
"@nlpjs/console-connector": "^4.14.0",
"@nlpjs/core": "^4.14.0",
"@nlpjs/lang-all": "^4.14.3",
"@nlpjs/nlp": "^4.14.4",
"@nlpjs/qna-importer": "^4.4.0",
"@nlpjs/sentiment": "^4.14.1",
"@nlpjs/utils": "^4.14.4",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"nalapa": "^1.11.0",
"node-nlp": "^4.14.4",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"@types/node": "^14.14.6",
"typescript": "^3.9.7"
}
}