-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 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
50
51
52
{
"name": "simple-webtools",
"private": false,
"version": "1.0.3",
"description": "A collection of simple and lightweight web tools to enhance development workflows and user experiences.",
"license": "MIT",
"homepage": "https://wilmermartinez.dev/codigos/simple-webtools/",
"funding": {
"type": "url",
"url": "https://wilmermartinez.dev/apoyo-y-contribuciones/"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"author": {
"email": "info@wilmermartinez.dev",
"name": "Wilmer Martinez",
"url": "https://wilmermartinez.dev"
},
"files": [
"dist",
"src",
"public",
"LICENCE",
"index.html",
"package.json",
"tsconfig.json",
"vite.config.ts"
],
"keywords": [
"web-tools",
"utilities",
"calculator",
"frontend",
"development-tools",
"web-utils",
"web-utilities",
"web-utilities-kit",
"web-helper",
"web-toolkit",
"simple-tools",
"web-resources",
"btu-calculator"
]
}