locator/package.json

18 lines
382 B
JSON

{
"name": "locator",
"version": "0.1.0",
"description": "Helper tool to analyse HTML content produced from marp slides",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"pngjs": "^7.0.0",
"puppeteer": "^19.7.1",
"uuid": "^9.0.0"
}
}