-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"name": "patch",
"version": "1.4.8",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/SeaGL/patch",
"private": true,
"type": "module",
"engines": {
"node": "18"
},
"dependencies": {
"@sentry/node": "^7.41.0",
"@sentry/tracing": "^7.41.0",
"bottleneck": "^2.19.5",
"deep-freeze-strict": "^1.1.1",
"html-to-text": "^9.0.4",
"js-yaml": "^4.1.0",
"lodash.escape": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.mergewith": "^4.6.2",
"luxon": "^3.0.4",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.2",
"node-fetch": "^3.2.10",
"tsafe": "^1.0.1",
"typia": "^3.3.6"
},
"devDependencies": {
"@tsconfig/node18-strictest-esm": "^1.0.1",
"@types/deep-freeze-strict": "^1.1.2",
"@types/html-to-text": "^9.0.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash.escape": "^4.0.7",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.mergewith": "^4.6.7",
"@types/luxon": "^3.0.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.18",
"@types/request": "^2.48.8",
"tiny-typed-emitter": "^2.1.0",
"ttypescript": "^1.5.13",
"typescript": "^4.8.3"
},
"scripts": {
"prebuild": "rm -rf ./dist",
"build": "./node_modules/.bin/ttsc",
"start": "node ./dist/src/main.js"
},
"prettier": {
"printWidth": 90
}
}