UNPKG

@crawlee/templates

Version:

Templates for the crawlee projects

67 lines (66 loc) 1.71 kB
{ "name": "@crawlee/templates", "version": "3.13.8", "description": "Templates for the crawlee projects", "engines": { "node": ">=16.0.0" }, "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "import": "./index.mjs", "require": "./index.js", "types": "./index.d.ts" }, "./package.json": "./package.json" }, "keywords": [ "apify", "headless", "chrome", "puppeteer", "crawler", "scraper" ], "author": { "name": "Apify", "email": "support@apify.com", "url": "https://apify.com" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/apify/crawlee" }, "bugs": { "url": "https://github.com/apify/crawlee/issues" }, "homepage": "https://crawlee.dev", "scripts": { "build": "yarn clean && yarn validate && yarn compile && yarn copy", "clean": "rimraf ./dist", "compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./index.js ./index.mjs", "copy": "tsx ../../scripts/copy.ts", "validate": "node ./scripts/validate-manifest.mjs" }, "publishConfig": { "access": "public" }, "dependencies": { "ansi-colors": "^4.1.3", "inquirer": "^9.0.0", "tslib": "^2.4.0", "yargonaut": "^1.1.4", "yargs": "^17.5.1" }, "lerna": { "command": { "publish": { "assets": [] } } }, "gitHead": "039b51e924245d8d9cd377266343f070e0388c0f" }