Skip to content

Commit 208ea66

Browse files
committed
Add package.json
1 parent 73d9602 commit 208ea66

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "leetcode",
3+
"version": "1.0.0",
4+
"description": "My solution about LeetCode.",
5+
"scripts": {
6+
"test": "echo \"Success: Everything is ok.\" "
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/liril-net/leetcode.git"
11+
},
12+
"keywords": [
13+
"LeetCode"
14+
],
15+
"author": "liril.net",
16+
"license": "ISC",
17+
"bugs": {
18+
"url": "https://github.com/liril-net/leetcode/issues"
19+
},
20+
"homepage": "https://github.com/liril-net/leetcode#readme"
21+
}

0 commit comments

Comments
 (0)