forked from enzonotario/criptoya-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 676 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "criptoya-api-docs",
"version": "0.0.1",
"description": "Documentation for Criptoya API",
"repository": "https://github.com/enzonotario/criptoya-api-docs",
"author": "Enzo Notario <hi@enzonotario.me>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"docs:gen": "node .vitepress/scripts/generateDocs.mjs"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"collect.js": "^4.36.1",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"vitepress": "^1.3.1",
"vitepress-theme-openapi": "0.0.3-alpha.12"
}
}