-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@divine/wsf",
"version": "1.0.0",
"description": "The Divine Web Service Framework",
"author": "Martin Blom <martin@blom.org>",
"license": "Apache-2.0",
"homepage": "https://divine-software.github.io/WSF/",
"repository": "https://github.com/Divine-Software/WSF.git",
"bugs": "https://github.com/Divine-Software/WSF/issues",
"private": true,
"jest": {
"projects": [
"<rootDir>/modules/*/package.json"
],
"collectCoverage": true
},
"java": {
"dependencies": [
{
"groupId": "com.h2database",
"artifactId": "h2",
"version": "1.4.200"
}
]
},
"devDependencies": {
"@changesets/cli": "^2.27.12",
"@eslint/js": "^9.19.0",
"@types/jest": "^29.5.14",
"eslint": "^9.19.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.3",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-java-maven": "~0.1.2",
"typescript": "catalog:",
"typescript-eslint": "^8.23.0"
},
"packageManager": "pnpm@9.15.5",
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"better-sqlite3",
"canvas",
"java"
]
}
}