19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "website-to-remarkable",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"crypto-random-string": "^3.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"puppeteer": "^2.1.1",
|
|
"remarkable-typescript": "^1.0.5"
|
|
}
|
|
}
|