{
  "name": "eslint-plugin-numeric-separators",
  "description": "ESLint rule to make long numbers more readable",
  "version": "0.0.3",
  "main": "index.js",
  "author": "Chin-An Wu",
  "repository": {
    "type": "git",
    "url": "https://github.com/chinanwu/eslint-plugin-long-numbers"
  },
  "license": "MIT",
  "scripts": {
    "format": "prettier .",
    "lint": "eslint .",
    "test": "mocha test/lib/rules/use-numeric-separators-test.js"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/eslint-parser": "^7.12.1",
    "babel-jest": "^26.6.3",
    "eslint": "^7.13.0",
    "mocha": "^8.2.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "prettier": "2.1.2"
  },
  "peerDependencies": {
    "eslint": "^7"
  },
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "numeric-separators",
    "numericseparators"
  ]
}
