File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 27
27
" scraper" ,
28
28
" web-scraping"
29
29
],
30
+ "repository" : {
31
+ "url" : " https://github.com/muni-town/linktree-parser" ,
32
+ "type" : " git"
33
+ },
34
+ "homepage" : " https://github.com/muni-town/linktree-parser/blob/main/README.md" ,
30
35
"license" : " MIT" ,
31
36
"devDependencies" : {
32
- "@types/bun" : " latest"
37
+ "@types/bun" : " latest" ,
38
+ "prettier" : " ^3.0.3" ,
39
+ "rimraf" : " ^5.0.5" ,
40
+ "typescript" : " ^5.2.2"
33
41
},
34
42
"peerDependencies" : {
35
43
"typescript" : " ^5.0.0"
36
44
},
37
45
"dependencies" : {
38
46
"cheerio" : " ^1.0.0"
39
- }
47
+ },
48
+ "scripts" : {
49
+ "build" : " bun build --target=node ./src/index.ts --outfile=dist/index.js && bun run build:declaration" ,
50
+ "build:declaration" : " tsc --emitDeclarationOnly --project tsconfig.types.json" ,
51
+ "postbuild" : " rimraf tsconfig.types.tsbuildinfo"
52
+ },
53
+ "files" : [
54
+ " dist/*.js" ,
55
+ " dist/*.d.ts"
56
+ ],
57
+ "main" : " dist/index.js" ,
58
+ "types" : " dist/index.d.ts"
40
59
}
You can’t perform that action at this time.
0 commit comments