| 123456789101112131415161718192021222324252627 |
- {
- "name": "gpt-crawler",
- "version": "0.0.1",
- "type": "module",
- "description": "This is an example of a Crawlee project.",
- "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",
- "test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1"
- },
- "author": "It's not you it's me",
- "license": "ISC"
- }
|