UNPKG

eslint-plugin-you-dont-need-momentjs

Version:
68 lines (67 loc) 1.7 kB
{ "name": "eslint-plugin-you-dont-need-momentjs", "description": "Check better alternatives you can use without momentjs", "version": "1.6.0", "repository": { "type": "git", "url": "https://github.com/you-dont-need/You-Dont-Need-Momentjs.git" }, "keywords": [ "moment-js", "date-fns", "dayjs", "luxon", "eslint", "eslintplugin", "eslint-plugin", "tree-shaking", "you-dont-need" ], "author": "Andrew Yang <ddvkid@gmail.com>", "contributors": [ "Robert Chang <cht8687@gmail.com>", "Jago MF <jagomf@gmail.com> (https://github.com/jagomf)", "Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)", "CY Lim <cylim@pm.me> (https://l.cy.my/github)" ], "main": "lib/index.js", "scripts": { "test:watch": "jest --watch", "test": "jest --coverage", "test:perf": "node ./__tests__/performance.js", "coveralls": "cat ./coverage/lcov.info | coveralls", "precommit": "pretty-quick --staged" }, "devDependencies": { "babel-eslint": "^8.2.6", "coveralls": "^3.0.2", "date-fns": "^2.0.0", "dayjs": "^1.8.15", "eslint": "^5.5.0", "husky": "^0.14.3", "jest": "^23.5.0", "luxon": "^1.17.2", "moment": "^2.24.0", "prettier": "^1.14.2", "pretty-quick": "^1.6.0" }, "dependencies": { "kebab-case": "^1.0.0" }, "peerDependencies": { "eslint": "^5.5.0" }, "jest": { "collectCoverageFrom": [ "lib/**/*.js" ], "testPathIgnorePatterns": [ "<rootDir>/node_modules/", "./__tests__/performance.js" ] }, "license": "MIT", "bugs": { "url": "https://github.com/you-dont-need/You-Dont-Need-Momentjs/issues" } }