Skip to content

Commit 9ae2ac1

Browse files
chore(package): initialize package.json
1 parent 1b00b15 commit 9ae2ac1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
}

0 commit comments

Comments
 (0)