1 Star 0 Fork 1

Ryuuzaki1412/gpt-crawler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steve Sewell 提交于 2023-11-13 16:38 . Updates
{
"name": "@builder.io/gpt-crawler",
"version": "0.0.1",
"type": "module",
"description": "Crawl a site to generate knowledge files to create your own custom GPT",
"dependencies": {
"crawlee": "^3.0.0",
"glob": "^10.3.10",
"playwright": "*"
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
"@types/node": "^20.0.0",
"ts-node": "^10.8.0",
"typescript": "^5.0.0"
},
"scripts": {
"start": "npm run start:dev",
"start:prod": "node dist/main.js",
"start:dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only src/main.ts",
"build": "tsc"
},
"author": "It's not you it's me",
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ryuuzaki1412/gpt-crawler.git
git@gitee.com:ryuuzaki1412/gpt-crawler.git
ryuuzaki1412
gpt-crawler
gpt-crawler
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385