-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
"name": "mwpa",
"version": "1.0.0",
"description": "Mammals watchig process analyse",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanwerfling/mwpa.git"
},
"keywords": [],
"author": "Stefan Werfling",
"license": "GPL-3.0-only",
"workspaces": [
"schemas",
"backend",
"frontend"
],
"dependencies": {
"husky": "^9.0.11",
"jscanify": "^1.4.0",
"npm-gui": "^4.0.4"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^3.0.0",
"@types/node": "^22.15.18",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"figtree": "git+https://github.com/stefanwerfling/figtree.git",
"npm-check-updates": "^18.0.1",
"typescript": "^5.8.3",
"vtseditor": "github:stefanwerfling/vtseditor"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}