-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (46 loc) · 968 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
40
41
42
43
44
45
46
47
48
{
"name": "projects",
"version": "1.0.0",
"description": "This is a simple code api for fetching projects",
"main": "App.js",
"funding": "https://alestor123.is-a.dev/donate",
"scripts": {
"test": "standard && node test.js | tap-spec",
"example": "vercel dev",
"lint": "standard . --fix"
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alestor123/PROJECTS.git"
},
"keywords": [
"vercel",
"api",
"axios",
"project",
"projects",
"github",
"graphql",
"latest",
"repo",
"repos",
"microservice",
"gh",
"now.sh",
"latest-projects",
"fetcher"
],
"author": "Alestor Aldous",
"license": "MIT",
"bugs": {
"url": "https://github.com/alestor123/PROJECTS/issues"
},
"homepage": "https://github.com/alestor123/PROJECTS#readme",
"dependencies": {
"axios": "^0.27.2",
"control-access": "^0.1.1"
}
}