generated from tojeiro-me/Plasttic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 917 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
{
"name": "plasttic-boilerplate",
"version": "1.3.4",
"description": "Plasttic HTML Boilerplate: A complete HTML starter template",
"author": "Goncalo Tojeiro <[email protected]> (https://tojeiro.me)",
"homepage": "https://github.com/tojeiro-me/Plasttic-boilerplate",
"license": "MIT",
"keywords": [
"plasttic",
"template",
"boilerplate",
"front-end",
"html"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/tojeiro-me/Plasttic-boilerplate.git"
},
"main": "public/index.html",
"bugs": {
"url": "https://github.com/tojeiro-me/Plasttic-boilerplate/issues",
"email": "[email protected]"
},
"files": [
"public/",
"CHANGELOG.md",
"LICENSE.txt",
"package.json",
"README.md"
],
"scripts": {},
"devDependencies": {
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.5"
}
}