-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.16 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": "tosmm",
"version": "7.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test-sl": "jest --silent --env=node",
"test": "jest --coverage --env=node",
"lint": "eslint index.js lib/**/*.js test/**/*.js"
},
"pre-commit": [],
"repository": {
"type": "git",
"url": "git+https://github.com/WayneChang65/tosmm.git"
},
"author": "WayneChang65",
"license": "MIT",
"bugs": {
"url": "https://github.com/WayneChang65/tosmm/issues"
},
"homepage": "https://github.com/WayneChang65/tosmm#readme",
"dependencies": {
"@waynechang65/baha-crawler": "^2.4.0",
"@waynechang65/fml-consolelog": "^1.1.6",
"@waynechang65/linebot": "^1.2.2",
"@waynechang65/ptt-crawler": "^2.5.1",
"@waynechang65/unlimited-bitly": "^2.0.0",
"bitly": "^7.1.2",
"deep-extend": "^0.5.1",
"emailjs": "^2.2.0",
"express": "^4.17.1",
"gm": "^1.23.1",
"google-spreadsheet": "^3.1.15",
"jest": "^29.2.0",
"json5": "^2.1.3",
"nanocolors": "^0.2.12",
"node-datetime": "^2.1.2",
"node-fetch": "^2.0.0",
"puppeteer": "^19.11.1",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^8.25.0",
"pre-commit": "^1.2.2"
}
}