mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 06:55:26 +00:00
chore: 添加式神数据抓取脚本配置文件
- 添加 scripts 目录的 package.json 和依赖配置 - 添加 README.md 说明文档 - 添加基础版本的抓取脚本
This commit is contained in:
13
scripts/package.json
Normal file
13
scripts/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user