File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " github-corners" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " Embed script for GitHub Corners." ,
5+ "author" :
" Mark <[email protected] >" ,
6+ "main" : " index.js" ,
7+ "scripts" : {
8+ "commitmsg" : " commitlint -e $GIT_PARAMS" ,
9+ "lint" : " eslint --ignore-path .gitignore ." ,
10+ "lint:fix" : " npm run lint -- --fix" ,
11+ "release" : " standard-version"
12+ },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/remarkablemark/github-corners"
16+ },
17+ "bugs" : {
18+ "url" : " https://github.com/remarkablemark/github-corners/issues"
19+ },
20+ "keywords" : [
21+ " github-corners" ,
22+ " github" ,
23+ " corners"
24+ ],
25+ "devDependencies" : {
26+ "@commitlint/cli" : " 5.2.3" ,
27+ "@commitlint/config-conventional" : " 5.2.3" ,
28+ "eslint" : " 4.11.0" ,
29+ "husky" : " 0.14.3" ,
30+ "standard-version" : " 4.2.0"
31+ },
32+ "license" : " MIT"
33+ }
You can’t perform that action at this time.
0 commit comments