You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
525 B

{
"name": "paragon_docs_saver",
"version": "1.0.0",
"description": "As Paragon Machine Works closed i need to save publicly available copies of echnical drawings and other documentation.",
"repository": {
"type": "git",
"url": "ssh://git@gitea.bjornmossa.net/Cyclocrust/paragon_docs_saver.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"puppeteer": "^24.40.0"
}
}