feat: move to module

This commit is contained in:
karishmas6
2024-04-16 23:50:10 +05:30
parent a7c7d53889
commit 12aa67890d

View File

@@ -1,7 +1,7 @@
{ {
"name": "scraper", "name": "scraper",
"version": "0.0.1", "version": "0.0.1",
"type": "commonjs", "type": "module",
"description": "This is an example of a Crawlee project.", "description": "This is an example of a Crawlee project.",
"dependencies": { "dependencies": {
"@fastify/cors": "^9.0.1", "@fastify/cors": "^9.0.1",