-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (38 loc) · 1.14 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": "org.eclipse.daanse.board.app.lib.connection.graphql",
"version": "0.0.1-next.1",
"description": "> TODO: description",
"author": "ssemenkoff <ssemenkoff@gmail.com>",
"homepage": "https://github.com/eclipse-daanse/org.eclipse.daanse.board.app#readme",
"license": "ISC",
"main": "./dist/lib.core.umd.cjs",
"module": "./dist/lib.core.js",
"types": "./dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-daanse/org.eclipse.daanse.board.app.git"
},
"scripts": {
"build": "vite build",
"test": "node ./__tests__/test.test.ts"
},
"bugs": {
"url": "https://github.com/eclipse-daanse/org.eclipse.daanse.board.app/issues"
},
"dependencies": {
"org.eclipse.daanse.board.app.lib.connection.base": "^0.0.1-next.1",
"graphiql": "^5.2.2",
"graphql": "^16.10.0",
"org.eclipse.daanse.board.app.lib.annotations": "0.0.1-next.1"
},
"devDependencies": {
"inversify": "7.11.0",
"typescript": "^5.8.2",
"vite-plugin-dts": "4.5.4"
},
"gitHead": "aecb37efd418b32c929d0657474b25cce42c17cd",
"publishConfig": {
"access": "public"
}
}