-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
35 lines (35 loc) · 1011 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
27
28
29
30
31
32
33
34
35
{
"name": "itnote",
"version": "1.0.0",
"description": "Developer's Note. 개발자가 알아야 할 지식을 정리한 저장소📖",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InSeong-So/IT-Note.git"
},
"author": "InSeong-So",
"license": "ISC",
"bugs": {
"url": "https://github.com/InSeong-So/IT-Note/issues"
},
"homepage": "https://github.com/InSeong-So/IT-Note#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"@babel/core": "7.18.0",
"@babel/preset-env": "7.18.0",
"@types/jest": "27.5.1",
"babel-eslint": "10.1.0",
"babel-jest": "28.1.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "28.1.0",
"jest-plugin-context": "2.9.0",
"prettier": "2.6.2",
"typescript": "4.6.4"
}
}