@apify/consts
Version:
Tools and constants shared across Apify projects.
52 lines (51 loc) • 1.39 kB
JSON
{
"name": "@apify/consts",
"version": "2.37.0",
"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"
},
"gitHead": "43745747dc8ad8bc3a9e0761c737827bd727b3ed"
}