-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1000 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
34
35
36
37
38
39
{
"name": "@as2network/tntql",
"version": "0.1.0",
"description": "track and trace graphql",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"graphql-codegen": "graphql-codegen --config introspection.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/as2network/tntql.git"
},
"keywords": [
"track",
"and",
"trace",
"graphql",
"shipping",
"logistics"
],
"author": "sam",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/as2network/tntql/issues"
},
"homepage": "https://github.com/as2network/tntql#readme",
"devDependencies": {
"@graphql-codegen/cli": "1.21.3",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-document-nodes": "1.17.10",
"@graphql-codegen/typescript-mongodb": "1.18.1",
"prettier": "^2.2.1"
},
"dependencies": {
"graphql": "^15.5.0"
}
}