-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 990 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
36
37
38
39
40
41
42
43
44
45
{
"name": "@toast-ui/release-notes",
"version": "2.0.1",
"description": "TOAST UI Tools: ReleaseNotes",
"files": [
"bin",
"src"
],
"scripts": {
"test": "jasmine-node test/",
"eslint": "eslint ./src ./test",
"note": "bin/tui-note.js"
},
"bin": {
"tui-note": "./bin/tui-note.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nhn/toast-ui.release-notes.git"
},
"keywords": [
"nhn",
"toastui",
"toast-ui",
"tui",
"git release note",
"release note"
],
"author": "NHN FE Development Lab <[email protected]>",
"license": "MIT",
"dependencies": {
"github-api": "^3.3.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-tui": "^3.0.0",
"eslint-plugin-prettier": "^3.1.1",
"jasmine-core": "2.5.2",
"jasmine-jquery": "^2.0.5",
"jasmine-node": "^1.14.5",
"prettier": "^1.18.2"
}
}