-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 917 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
{
"name": "@JasperAlexander/weaviate-github-action",
"version": "1.0.1",
"description": "Weaviate GitHub Action",
"author": "Jasper Alexander",
"license": "MIT",
"homepage": "https://github.com/JasperAlexander/weaviate-github-action",
"keywords": [
"github",
"github-action",
"weaviate"
],
"bugs": {
"url": "https://github.com/JasperAlexander/weaviate-github-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasperAlexander/weaviate-github-action.git"
},
"scripts": {
"test": "c8 --include=dist uvu --ignore fixtures",
"posttest": "c8 report --reporter=html"
},
"devDependencies": {
"c8": "^7.13.0",
"graphql": "^16.6.0",
"uvu": "^0.5.6",
"weaviate-ts-client": "^1.3.2"
},
"engines": {
"node": ">=14.0.0"
}
}