@barchart/common-js
Version:
Library of common JavaScript utilities
74 lines (73 loc) • 1.75 kB
JSON
{
"name": "@barchart/common-js",
"version": "5.2.1",
"type": "module",
"exports": {
"./*": {
"types": "./types/*.d.ts",
"import": "./*.js",
"require": "./dist/cjs/*.js"
},
"./*.js": {
"types": "./types/*.d.ts",
"import": "./*.js",
"require": "./dist/cjs/*.js"
}
},
"description": "Library of common JavaScript utilities",
"author": {
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com",
"url": "https://www.barchart.com"
},
"contributors": [
{
"name": "Luka Sotra",
"email": "luka.sotra@barchart.com",
"url": "https://www.barchart.com"
}
],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build:cjs": "node ../../tools/build-cjs.mjs",
"build:test-bundle": "node ../../tools/build-test-bundle.mjs",
"lint": "eslint .",
"prepack": "yarn types && yarn build:cjs",
"publish:npm": "npm publish",
"test": "yarn build:test-bundle && jasmine --config=jasmine.json",
"types": "tsc -p tsconfig.types.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/barchart/barchart-common-js.git"
},
"keywords": [
"Barchart",
"Utilities",
"JavaScript",
"Node.js",
"Browser"
],
"dependencies": {
"@date-fns/tz": "^1.4.0",
"axios": "^1.18.1",
"big.js": "^7.0.1"
},
"devDependencies": {
"date-fns": "^4.4.0",
"esbuild": "^0.28.1",
"globals": "^14.0.0",
"jasmine": "^6.2.0",
"typescript": "^5.9.3"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/barchart/barchart-common-js/issues"
},
"homepage": "https://github.com/barchart/barchart-common-js#readme",
"directories": {
"test": "test"
}
}