-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 718 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
{
"name": "@tforster/git-new",
"version": "0.3.0",
"description": "A cloneable Git template for repeatable and consistent project bootstraps",
"license": "MIT",
"keywords": [
"git",
"template"
],
"scripts": {
"lint": "npx eslint "
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tforster/git-new.git"
},
"author": "Troy Forster",
"bugs": {
"url": "https://github.com/tforster/git-new/issues"
},
"homepage": "https://github.com/tforster/git-new#readme"
}