File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ticketing" ,
2
+ "name" : " @divlook/ ticketing" ,
3
3
"version" : " 1.0.0" ,
4
- "private " : true ,
4
+ "description " : " 티켓팅을 위한 모듈입니다. " ,
5
5
"keywords" : [
6
6
" Ticketing" ,
7
7
" SRT" ,
8
8
" KTX"
9
9
],
10
+ "author" : " uihyeon.cha <uihyeon@gmail.com>" ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/divlook/ticketing.git"
14
+ },
15
+ "publishConfig" : {
16
+ "registry" : " https://npm.pkg.github.com/"
17
+ },
18
+ "bugs" : {
19
+ "url" : " https://github.com/divlook/ticketing/issues"
20
+ },
21
+ "homepage" : " https://github.com/divlook/ticketing#readme" ,
22
+ "license" : " MIT" ,
23
+ "main" : " dist/ticketing.js" ,
10
24
"scripts" : {
11
25
"dev" : " webpack-dev-server --mode development" ,
12
26
"build" : " webpack --mode production"
13
27
},
14
- "repository" : " https://github.com/divlook/ticketing.git" ,
15
- "author" : " uihyeon.cha <uihyeon@gmail.com>" ,
16
- "license" : " MIT" ,
17
28
"devDependencies" : {
18
29
"@babel/core" : " ^7.11.5" ,
19
30
"@babel/plugin-proposal-class-properties" : " ^7.10.4" ,
25
36
"webpack-cli" : " ^3.3.12" ,
26
37
"webpack-dev-server" : " ^3.11.0"
27
38
}
28
- }
39
+ }
You can’t perform that action at this time.
0 commit comments