0
v-firecrawl/apps/js-sdk/package.json
rafaelsideguide be3eb211e9 adding JS-SDK
2024-04-16 11:38:22 -03:00

17 lines
293 B
JSON

{
"name": "js-example",
"version": "1.0.0",
"description": "",
"main": "example.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8"
}
}