-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.github.json
More file actions
47 lines (47 loc) · 1009 Bytes
/
package.github.json
File metadata and controls
47 lines (47 loc) · 1009 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@Guada8a/vtk-pro",
"version": "1.2.3",
"private": false,
"description": "Generador rápido de proyectos con Vite y TypeScript",
"bin": {
"vtk-pro": "index.js"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Guada8a/vtk-pro.git"
},
"keywords": [
"vite",
"typescript",
"react",
"project-generator",
"npx"
],
"author": "Guada8a",
"license": "ISC",
"bugs": {
"url": "https://github.com/Guada8a/vtk-pro/issues"
},
"homepage": "https://github.com/Guada8a/vtk-pro#readme",
"dependencies": {
"child_process": "^1.0.2",
"cli-progress": "^3.12.0",
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"type": "module",
"engines": {
"node": ">=18.0.0",
"bun": ">=1.0.0",
"pnpm": ">=6.0.0",
"yarn": ">=3.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"packageManager": "pnpm@8.3.0"
}