website-to-remarkable/package.json

20 lines
371 B
JSON
Raw Permalink Normal View History

2020-03-22 13:51:40 +00:00
{
"name": "website-to-remarkable",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-04-08 10:19:26 +00:00
"axios": "^0.19.2",
2020-03-22 13:51:40 +00:00
"crypto-random-string": "^3.2.0",
"dotenv": "^8.2.0",
2020-04-08 10:19:26 +00:00
"jszip": "^3.2.2",
2020-03-22 13:51:40 +00:00
"puppeteer": "^2.1.1",
2020-04-08 10:19:26 +00:00
"uuid4": "^1.1.4"
2020-03-22 13:51:40 +00:00
}
}