-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 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
35
36
37
38
{
"name": "node-udf",
"version": "0.1.2",
"description": "imdkbj private nodejs udf",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "imdkbj",
"license": "ISC",
"dependencies": {
"better-queue": "^3.8.10",
"cache-manager": "^3.4.0",
"cache-manager-fs": "^1.0.8",
"crypto-random-string": "^3.3.0",
"extends-classes": "^1.0.5",
"mysql": "^2.18.1",
"request": "^2.88.2",
"telegraf": "^3.38.0",
"unzipper": "^0.10.11",
"axios": "^0.21.2",
"csvtojson": "^2.0.10"
},
"install": "npm run build",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imdkbj/node-udf.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/imdkbj/node-udf/issues"
},
"homepage": "https://github.com/imdkbj/node-udf#readme"
}