forked from LaFosseAcademy/lfa-hello-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 806 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
{
"name": "fp_study_notes_hello_github",
"version": "1.0.0",
"description": "[git CLI cheatsheet](https://github.com/getfutureproof/fp_guides_wiki/wiki/git-CLI-Cheatsheet)",
"keywords": [],
"homepage": "https://github.com/getfutureproof/fp_study_notes_hello_github#readme",
"bugs": {
"url": "https://github.com/getfutureproof/fp_study_notes_hello_github/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getfutureproof/fp_study_notes_hello_github.git"
},
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .json,.eslintrc --fix .",
"prettify": "prettier -w $(prettier -l .)"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-plugin-json-format": "^2.0.1",
"prettier": "^2.4.1"
}
}