-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
41
42
43
44
45
46
47
{
"name": "heor-bot-framework",
"description": "",
"version": "1.0.0",
"main": "lib/index.js",
"types": "lib/@types/index.d.ts",
"scripts": {
"build": "rm -rf ./lib; tsc",
"test": "jest"
},
"eslintIgnore": [
"lib/**/*"
],
"devDependencies": {
"@jest/globals": "^29.3.1",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "8.22.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/go-team-heor/heor-bot-framework.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/go-team-heor/heor-bot-framework/issues"
},
"homepage": "https://github.com/go-team-heor/heor-bot-framework#readme",
"dependencies": {
"@types/sentiment": "^5.0.1",
"censor-sensor": "^1.0.6",
"cld": "^2.8.4",
"compromise": "^14.7.1",
"detergent": "^7.1.0",
"node-fetch": "^2.6.7",
"purpl-markov-chain": "^2.0.3",
"sentiment": "^5.0.2"
}
}