-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.01 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": {
"email": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"description": "Get anyones pinned GitHub repositories easily.",
"version": "1.1.0",
"typings": "dist",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"format": "prettier --write .",
"test": "ts-node src",
"update": "taze latest -w",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -d . index.js"
},
"keywords": [
"pin",
"pinned",
"github",
"repos",
"repo",
"repository",
"graphql",
"gh",
"pinned-repos",
"pinned-repo",
"pinned-repository"
],
"license": "MIT",
"main": "./index.js",
"types": "./types.d.ts",
"name": "get-pinned-repos",
"repository": {
"type": "git",
"url": "https://github.com/barbarbar338/get-pinned-repos"
},
"devDependencies": {
"jsdoc": "^4.0.2",
"prettier": "^3.2.4",
"taze": "^0.13.1",
"tsd-jsdoc": "^2.5.0"
},
"dependencies": {
"graphql": "^16.8.1",
"graphql-request": "^6.1.0"
}
}