forked from github/github-artifact-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"author": "Jason Macgowan2 <[email protected]>",
"dependencies": {
"@octokit/rest": "^18.0.7"
},
"description": "> TODO: description",
"devDependencies": {
"@graphql-codegen/cli": "1.15.4",
"@graphql-codegen/introspection": "^1.18.0",
"@graphql-codegen/typescript": "^1.17.11",
"@graphql-codegen/typescript-document-nodes": "^1.17.8",
"@graphql-codegen/typescript-graphql-files-modules": "^1.18.0",
"@graphql-codegen/typescript-operations": "^1.17.8",
"graphql": "^15.4.0",
"rimraf": "^3.0.2",
"tslib": "^2.0.3"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"queries"
],
"gitHead": "bebf4402de364eb82675f1ea2bf90085804881ee",
"homepage": "",
"license": "MIT",
"main": "lib/core.js",
"name": "@github/github-artifact-exporter-core",
"pkg": {
"assets": [
"queries/**/*"
]
},
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/github/github-artifact-exporter.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./lib",
"format": "prettier --write .",
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"typings": "lib/core.d.ts",
"version": "2.0.1"
}