Skip to content

Commit 444c6d7

Browse files
committed
chore: env
1 parent 22772ac commit 444c6d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "leetcode-javascript",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"repository": "git@github.com:ScoutYin/LeetCode-JavaScript.git",
6+
"author": "ScoutYin <scoutyin.1900@gmail.com>",
7+
"license": "MIT",
8+
"devDependencies": {
9+
"eslint": "^8.12.0",
10+
"eslint-config-prettier": "^8.5.0",
11+
"eslint-plugin-prettier": "^4.0.0",
12+
"prettier": "^2.6.1"
13+
}
14+
}

0 commit comments

Comments
 (0)