Skip to content

Commit

Permalink
Add puppeteer to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 17, 2021
1 parent d71b37e commit 3350e63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"dependencies": {
"peechy": "^0.4.18"
"peechy": "^0.4.18",
"puppeteer": "^10.2.0"
},
"scripts": {
"build-runtime": "esbuild --target=esnext --bundle src/runtime/index.ts --format=iife --platform=browser --global-name=BUN_RUNTIME > src/runtime.out.js; cat src/runtime.footer.js >> src/runtime.out.js",
"build-fallback": "esbuild --target=esnext --bundle src/fallback.ts --format=iife --platform=browser --minify > src/fallback.out.js"
},
"devDependencies": {
"@types/node": "^16.9.2",
"@types/puppeteer": "^5.4.4"
}
}

0 comments on commit 3350e63

Please sign in to comment.