mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-05-25 21:35:05 +00:00
fb28cbb87d
- 添加 scripts 目录的 package.json 和依赖配置 - 添加 README.md 说明文档 - 添加基础版本的抓取脚本
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"
|
|
}
|
|
}
|