mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 15:05:27 +00:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"name": "yys-editor-scripts",
|
|
"version": "1.0.0",
|
|
"description": "Scripts for YYS Editor",
|
|
"scripts": {
|
|
"scrape": "node scrape-shikigami.js",
|
|
"scrape-puppeteer": "node scrape-shikigami-puppeteer.js"
|
|
},
|
|
"dependencies": {
|
|
"jsdom": "^23.0.0",
|
|
"puppeteer": "^21.0.0"
|
|
}
|
|
}
|