-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1008 Bytes
/
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
{
"name": "flyingfish",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/stefanwerfling/flyingfish.git/"
},
"bugs": {
"url": "https://github.com/stefanwerfling/flyingfish/issues"
},
"homepage": "https://github.com/stefanwerfling/flyingfish#readme",
"keywords": [
"flyingfish"
],
"author": "Stefan Werfling",
"license": "GPL-3.0-or-later",
"workspaces": [
"schemas",
"core",
"backend",
"himhip",
"sshserver",
"frontend",
"ddnsserver",
"plugins",
"vpn"
],
"scripts": {
"npm-check-updates": "npm-check-updates"
},
"dependencies": {
"husky": "^9.0.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"jest-expect-message": "^1.1.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2"
}
}