-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
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
40
{
"name": "nlp-analyzer",
"version": "1.0.0",
"description": "NLP system analyzing utility",
"main": "dist/index.js",
"scripts": {
"test": "jest --verbose",
"start": "tsc && node dist/index.js",
"watch": "tsc -w && nodemon dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irgipaulius/nlp-analyzer.git"
},
"author": "Paulius Jacinkevicius",
"license": "ISC",
"bugs": {
"url": "https://github.com/irgipaulius/nlp-analyzer/issues"
},
"homepage": "https://github.com/irgipaulius/nlp-analyzer#readme",
"dependencies": {
"@types/events": "^1.2.0",
"@types/express": "^4.16.0",
"@types/request": "^2.47.1",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"events": "^3.0.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"nodemon": "^1.18.4",
"path": "^0.12.7",
"request": "^2.88.0",
"strict-event-emitter-types": "^2.0.0",
"tsc": "^1.20150623.0",
"typescript": "^3.1.3"
},
"devDependencies": {
"jest": "^23.6.0"
}
}