20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "website-to-remarkable",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"crypto-random-string": "^3.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"jszip": "^3.2.2",
|
|
"puppeteer": "^2.1.1",
|
|
"uuid4": "^1.1.4"
|
|
}
|
|
}
|