-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.31 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
69
70
71
72
73
74
75
76
77
{
"name": "@foxxmd/endlessh-go-notifier",
"version": "0.0.4",
"description": "",
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "mocha --extension ts --reporter spec --recursive tests/**/*.test.ts",
"dev": "APP_VERSION=$npm_package_version nodemon -w src -x tsx src/index.ts",
"start": "APP_VERSION=$npm_package_version NODE_ENV=production tsx src/index.ts",
"schema": "npm run -s schema-operator",
"schema-operator": "typescript-json-schema tsconfig.json OperatorJsonConfig --out src/common/schema/operator.json --required --tsNodeRegister --refs --validationKeywords deprecationMessage",
"postinstall": "patch-package"
},
"engines": {
"node": ">=18.19.1",
"npm": ">=10.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoxxMD/endlessh-notifications.git"
},
"author": "FoxxMD",
"license": "MIT",
"bugs": {
"url": "https://github.com/FoxxMD/endlessh-notifications/issues"
},
"homepage": "https://github.com/FoxxMD/endlessh-notifications#readme",
"dependencies": {
"@foxxmd/logging": "^0.1.13",
"@isaacs/ttlcache": "^1.4.1",
"@logdna/tail-file": "^3.0.1",
"ajv": "^8.12.0",
"async": "^3.2.5",
"common-tags": "^1.8.2",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"discord.js": "14.11.0",
"es6-error": "^4.1.1",
"got": "^14.2.0",
"gotify": "^1.1.0",
"ip-address": "^9.0.5",
"lru-cache": "^10.2.0",
"ntfy": "^1.5.2",
"p-event": "^6.0.0",
"patch-package": "^8.0.0",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-roll": "^1.0.0-rc.1",
"pony-cause": "^2.1.10",
"split2": "^4.2.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"yaml": "^2.3.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/async": "^3.2.24",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/split2": "^4.2.3",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"mocha": "^10.3.0",
"msw": "^2.2.0",
"nodemon": "^3.0.3",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"ts-essentials": "^9.4.1",
"typescript-json-schema": "~0.55",
"with-local-tmp-dir": "^5.0.1"
}
}