locator/package.json

18 lines
382 B
JSON
Raw Permalink Normal View History

2023-02-17 06:39:02 +01:00
{
"name": "locator",
2023-03-01 17:46:37 +01:00
"version": "0.1.0",
"description": "Helper tool to analyse HTML content produced from marp slides",
2023-02-17 06:39:02 +01:00
"main": "index.js",
2023-02-17 06:47:17 +01:00
"bin": "index.js",
2023-02-17 06:39:02 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2023-02-20 14:59:52 +01:00
"pngjs": "^7.0.0",
2023-02-24 17:12:52 +01:00
"puppeteer": "^19.7.1",
"uuid": "^9.0.0"
2023-02-17 06:39:02 +01:00
}
}