@apify/log
Version:
Tools and constants shared across Apify projects.
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "@apify/log",
"version": "2.5.32",
"description": "Tools and constants shared across Apify projects.",
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"typings": "./cjs/index.d.ts",
"exports": {
".": {
"import": {
"types": "./esm/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./cjs/index.d.ts",
"default": "./cjs/index.cjs"
}
}
},
"keywords": [
"apify"
],
"author": {
"name": "Apify",
"email": "support@apify.com",
"url": "https://apify.com"
},
"contributors": [
"Jan Curn <jan@apify.com>",
"Marek Trunkát <marek@apify.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apify/apify-shared-js"
},
"bugs": {
"url": "https://github.com/apify/apify-shared-js/issues"
},
"homepage": "https://apify.com",
"scripts": {
"build": "npm run clean && npm run compile && npm run copy",
"clean": "rimraf ./dist",
"compile": "tsup",
"copy": "ts-node -T ../../scripts/copy.ts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@apify/consts": "^2.51.0",
"ansi-colors": "^4.1.1"
},
"gitHead": "7772cbe130b99067e9ed8c52afcdf7beb13650a2"
}