@crawlee/types
Version:
Shared types for the crawlee projects
63 lines (62 loc) • 1.54 kB
JSON
{
"name": "@crawlee/types",
"version": "3.13.0",
"description": "Shared types 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",
"api",
"crawlee",
"types"
],
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://apify.com"
},
"contributors": [
"Vlad Frangu <kingdgrizzle@gmail.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 compile && yarn copy",
"clean": "rimraf ./dist",
"compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./index.js ./index.mjs",
"copy": "tsx ../../scripts/copy.ts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"tslib": "^2.4.0"
},
"lerna": {
"command": {
"publish": {
"assets": []
}
}
},
"gitHead": "6d5b13ae318909a66001cfc4daa1425ca88b3bb3"
}