Skip to content

Commit 76c0f6f

Browse files
committed
package.json 정보 추가
1 parent ae6f64a commit 76c0f6f

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

package.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
{
2-
"name": "ticketing",
2+
"name": "@divlook/ticketing",
33
"version": "1.0.0",
4-
"private": true,
4+
"description": "티켓팅을 위한 모듈입니다.",
55
"keywords": [
66
"Ticketing",
77
"SRT",
88
"KTX"
99
],
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",
1024
"scripts": {
1125
"dev": "webpack-dev-server --mode development",
1226
"build": "webpack --mode production"
1327
},
14-
"repository": "https://github.com/divlook/ticketing.git",
15-
"author": "uihyeon.cha <uihyeon@gmail.com>",
16-
"license": "MIT",
1728
"devDependencies": {
1829
"@babel/core": "^7.11.5",
1930
"@babel/plugin-proposal-class-properties": "^7.10.4",
@@ -25,4 +36,4 @@
2536
"webpack-cli": "^3.3.12",
2637
"webpack-dev-server": "^3.11.0"
2738
}
28-
}
39+
}

0 commit comments

Comments
 (0)