UNPKG

@apify/log

Version:

Tools and constants shared across Apify projects.

56 lines (55 loc) 1.49 kB
{ "name": "@apify/log", "version": "2.5.21", "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.44.0", "ansi-colors": "^4.1.1" }, "gitHead": "1d34e65482da1e9912c3a345c4112110c91756f9" }