This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.25 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
61
62
63
64
65
66
67
68
{
"name": "youtube_streaming_watcher",
"bin": {
"cdk": "bin/cdk.js"
},
"scripts": {
"start:notify": "NODE_ENV=development ts-node src/notify/index.dev.ts",
"start:reply": "NODE_ENV=development ts-node src/reply/index.dev.ts",
"build": "tsc",
"watch": "tsc -w",
"cdk": "cdk",
"fix": "eslint --fix bin/**/*.ts lib/**/*.ts src/**/*.ts"
},
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "3.1.2",
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
"@tsconfig/node14": "1.0.3",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"aws-cdk": "2.77.0",
"domhandler": "5.0.3",
"esbuild": "0.17.18",
"eslint": "8.39.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsonc": "2.7.0",
"eslint-plugin-node": "11.1.0",
"js-yaml": "4.1.0",
"renovate": "35.65.1",
"textlint": "13.3.2",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-abbr-within-parentheses": "1.0.2",
"textlint-rule-footnote-order": "1.0.3",
"textlint-rule-general-novel-style-ja": "dev-hato/textlint-rule-general-novel-style-ja-markdown",
"textlint-rule-ja-hiragana-fukushi": "1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "1.1.0",
"textlint-rule-ja-hiragana-keishikimeishi": "1.1.0",
"textlint-rule-no-dead-link": "5.1.2",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "1.0.1",
"textlint-rule-prefer-tari-tari": "1.0.3",
"textlint-rule-preset-ja-spacing": "2.3.0",
"textlint-rule-preset-ja-technical-writing": "7.0.0",
"textlint-rule-terminology": "3.0.4",
"ts-node": "10.9.1",
"typescript": "5.0.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.321.1",
"@slack/bolt": "3.13.1",
"@slack/web-api": "6.8.1",
"@types/express": "4.17.17",
"@vendia/serverless-express": "4.10.1",
"aws-cdk-lib": "2.77.0",
"axios": "1.4.0",
"cheerio": "1.0.0-rc.12",
"constructs": "10.2.10",
"express": "4.17.3",
"googleapis": "118.0.0",
"rss-parser": "3.13.0",
"sleep-promise": "9.1.0",
"twitter-api-v2": "1.14.2"
},
"engines": {
"node": "^16.19.0 || ^18.16.0",
"npm": "^8.19.2"
}
}