-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 879 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 879 Bytes
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
{
"name": "building-envelope-data",
"version": "",
"description": "",
"main": "",
"engines": {
"node": "20.13.x"
},
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/building-envelope-data/api.git"
},
"keywords": [],
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/building-envelope-data/api/issues"
},
"homepage": "https://github.com/building-envelope-data/api#readme",
"devDependencies": {
"@graphql-inspector/cli": "^6.0.7",
"@graphql-inspector/config": "^4.0.2",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"format-graphql": "^1.5.0",
"graphql": "^16.8.1",
"graphql-schema-linter": "^3.0.0",
"license-checker": "^25.0.1",
"prettier": "^3.2.5",
"yargs": "^17.7.2"
}
}