File tree Expand file tree Collapse file tree 4 files changed +672
-448
lines changed Expand file tree Collapse file tree 4 files changed +672
-448
lines changed Original file line number Diff line number Diff line change 12
12
node-version : ' 16.x'
13
13
registry-url : ' https://registry.npmjs.org'
14
14
- run : yarn
15
+ - run : yarn build
15
16
- run : yarn publish
16
17
env :
17
18
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " trackpurchase" ,
3
- "version" : " 0.1.7 " ,
4
- "main" : " src /index.ts " ,
3
+ "version" : " 0.1.14 " ,
4
+ "main" : " dist /index.js " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/code-yeongyu/TrackPurchase.git"
9
9
},
10
- "type" : " module" ,
11
10
"keywords" : [
12
11
" crawler" ,
13
12
" web scraper" ,
16
15
],
17
16
"description" : " 단 몇줄의 코드로 다양한 쇼핑 플랫폼에서 결제 내역을 긁어오자!" ,
18
17
"files" : [
19
- " src "
18
+ " dist "
20
19
],
21
20
"jest" : {
22
21
"preset" : " jest-puppeteer" ,
42
41
"@types/expect-puppeteer" : " ^4.4.7" ,
43
42
"@types/jest" : " ^27.0.3" ,
44
43
"@types/jest-environment-puppeteer" : " ^4.4.1" ,
44
+ "babel" : " ^6.23.0" ,
45
45
"babel-jest" : " ^27.4.5" ,
46
46
"jest" : " ^27.4.5" ,
47
47
"jest-puppeteer" : " ^6.0.3" ,
Original file line number Diff line number Diff line change 9
9
"esModuleInterop" : true ,
10
10
"skipLibCheck" : true ,
11
11
"forceConsistentCasingInFileNames" : true ,
12
+ "declaration" : true ,
12
13
"sourceMap" : true ,
13
14
"types" : [" puppeteer" , " expect-puppeteer" , " jest-environment-puppeteer" ]
14
15
},
You can’t perform that action at this time.
0 commit comments