UNPKG

month-class

Version:

Month class, manages information of the month from a given date

78 lines (77 loc) 2.04 kB
{ "name": "month-class", "version": "1.0.1", "private": false, "description": "Month class, manages information of the month from a given date", "keywords": [ "class", "javascript", "workdays", "weekends", "holidays", "date", "month", "events" ], "directories": { "doc": "docs", "test": "test" }, "homepage": "https://github.com/IamBeltran/month-class#readme", "bugs": { "url": "https://github.com/IamBeltran/month-class/issues" }, "repository": { "type": "git", "url": "git+https://github.com/IamBeltran/month-class.git" }, "author": { "name": "Victor Giovanni Beltrán Rodríguez", "email": "beltran-victor@outlook.com", "url": "https://vgbr-dev.blogspot.com" }, "contributors": [ { "name": "Victor Giovanni Beltrán Rodriguez", "email": "beltran-victor@outlook.com", "url": "https://vgbr-dev.blogspot.com" } ], "license": "MIT", "main": "index.js", "scripts": { "test": "cross-env NODE_ENV=test jest", "lint": "npx eslint", "prepare": "husky install", "build": "npx rimraf dist && webpack", "prepublish": "npm test && npm run build" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/eslint-parser": "^7.15.4", "@babel/node": "^7.15.4", "@babel/preset-env": "^7.15.6", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "babel-loader": "^8.2.2", "cross-env": "^7.0.3", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsdoc": "^36.1.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.0", "jest": "^27.2.0", "jsdoc": "^3.6.7", "jsdoc-to-markdown": "^7.0.1", "lint-staged": "^11.1.2", "nodemon": "^2.0.12", "prettier": "^2.4.0", "rimraf": "^3.0.2", "webpack": "^5.52.1", "webpack-cli": "^4.8.0" } }