UNPKG

trading-calendar

Version:

a Node.js library that allows you to check if an exchange is open or closed at a specific date (or in real-time).

67 lines (66 loc) 1.51 kB
{ "name": "trading-calendar", "version": "1.1.1", "description": "a Node.js library that allows you to check if an exchange is open or closed at a specific date (or in real-time).", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "lint": "tslint -p tsconfig.json" }, "publishConfig": { "access": "public", "branches": [ "main" ] }, "release": { "branches": [ "main" ] }, "repository": { "type": "git", "url": "git+https://github.com/davidsoederberg/trading-calendar.git" }, "keywords": [ "trading", "calendar", "market", "opening", "opened", "open", "closing", "closed", "api", "exchange" ], "author": "David Söderberg", "license": "MIT", "bugs": { "url": "https://github.com/davidsoederberg/trading-calendar/issues" }, "homepage": "https://github.com/davidsoederberg/trading-calendar#readme", "files": [ "/lib", "!lib/__test__/" ], "dependencies": { "luxon": "^1.25.0" }, "devDependencies": { "@babel/preset-env": "^7.12.11", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.0", "@semantic-release/npm": "^7.0.10", "@types/jest": "^26.0.20", "@types/luxon": "^1.25.1", "babel-jest": "^26.6.3", "jest": "^26.6.3", "ts-jest": "^26.4.4", "tslint": "^6.1.3", "typescript": "^4.1.3" } }