This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
60 lines (60 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "weather-bot",
"version": "0.0.0",
"description": "weather bot",
"main": "index.js",
"scripts": {
"console": "node . console",
"test": "mocha --recursive ./test",
"test-lib": "mocha ./test/lib",
"test-msg": "mocha ./test/msg",
"lint": "eslint index.js handle lib test",
"lint-fix": "eslint --fix index.js handle lib test",
"start": "node --icu-data-dir=./node_modules/full-icu ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/weather-bot/weather-bot.git"
},
"keywords": [
"line",
"bot",
"weather",
"messenger"
],
"author": "tigercosmos",
"license": "MIT",
"bugs": {
"url": "https://github.com/weather-bot/weather-bot/issues"
},
"homepage": "https://github.com/weather-bot/weather-bot#readme",
"dependencies": {
"ajv": "^6.12.3",
"audiobuffer-to-wav": "^1.0.0",
"axios": "^0.21.2",
"body-parser": "^1.18.3",
"bottender": "^0.15.17",
"canvas": "^1.6.11",
"chinese-conv": "^1.0.1",
"chrono-node-zh": "^1.0.1",
"date2obj": "0.0.7",
"express": "^4.16.3",
"full-icu": "^1.3.1",
"geodist": "^0.2.1",
"image-downloader": "^3.3.0",
"md5": "^2.2.1",
"merge-images": "^1.1.0",
"node-html-parser": "^1.2.16",
"nodejieba": "^2.2.5",
"xml2json": "^0.11.2"
},
"devDependencies": {
"assert": "^1.4.1",
"eslint": "^5.14.1",
"mocha": "^10.2.0",
"node-color-log": "^2.1.2"
},
"engines": {
"node": "8"
}
}