-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "gists-readme",
"version": "1.0.0",
"description": "Display a card with your Gists on your GitHub README.md",
"keywords": [
"gists",
"github",
"readme",
"card",
"profile"
],
"main": "api/index.js",
"type": "module",
"author": "Yizack Rangel",
"license": "MIT",
"homepage": "https://github.com/Yizack/gists-readme#readme",
"repository": {
"type": "git",
"url": "https://github.com/Yizack/gists-readme"
},
"scripts": {
"vercel:dev": "rd /s /q docs & vercel dev",
"test": "vitest run --reporter=verbose --coverage",
"docs": "jsdoc -c jsdoc.conf.json -r",
"lint": "eslint --fix"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@stylistic/eslint-plugin": "^2.11.0",
"@vitest/coverage-v8": "^2.1.5",
"clean-jsdoc-theme": "^4.3.0",
"dotenv": "^16.4.5",
"eslint": "^9.15.0",
"hbs": "^4.2.0",
"jsdoc": "^4.0.4",
"ofetch": "^1.4.1",
"vercel": "^39.1.1",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]"
}