-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "kb2abot-plugin-internal",
"type": "module",
"version": "1.0.3",
"description": "internal plugin",
"main": "src/index.js",
"scripts": {
"start": "node --es-module-specifier-resolution=node --no-warnings src",
"dev": "node --trace-warnings --es-module-specifier-resolution=node src",
"debug": "node --trace-warnings --es-module-specifier-resolution=node --inspect-brk src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kb2ateam/kb2abot-plugin-internal.git"
},
"author": "khoakomlem",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"deep-extend": "^0.6.0",
"kb2abot": "^1.0.0",
"node-fetch": "^3.1.0",
"string-similarity": "^4.0.4",
"systeminformation": "^5.11.0",
"tiktok-scraper": "^1.4.36",
"uniqid": "^5.4.0"
},
"devDependencies": {
"eslint": "^7.26.0"
}
}