{
  "name": "ordinal-spanish",
  "version": "0.1.3",
  "license": "MIT",
  "engine": "node >= 10.14.x",
  "main": "dist/index.js",
  "description": "Spanish ordinal numbers following a numeral.",
  "author": "Ivan Sanchez",
  "contributors": [
    {
      "name": "Ivan Sanchez",
      "email": "isancheznetwork@gmail.com"
    }
  ],
  "homepage": "https://github.com/iSanchezDev/ordinal-spanish#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/iSanchezDev/ordinal-spanish"
  },
  "bugs": {
    "url": "https://github.com/iSanchezDev/ordinal-spanish/issues"
  },
  "keywords": [
    "module",
    "es6",
    "es5",
    "npm",
    "babel",
    "ordinal",
    "spanish"
  ],
  "scripts": {
    "lint": "eslint src test",
    "clean": "rimraf dist/",
    "build": "rimraf dist/ && babel src/ --out-dir dist/",
    "test": "./node_modules/.bin/jest",
    "check": "./node_modules/.bin/npm-check -u",
    "example": "npm run build && node example.js",
    "prepare": "npm run clean && npm run lint && npm run test && npm run build",
    "pub": "./node_modules/.bin/np || true"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^9.0.0",
    "babel-jest": "^23.4.2",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "16.1.0",
    "eslint-config-prettier": "2.9.0",
    "eslint-plugin-import": "2.11.0",
    "eslint-plugin-jsx-a11y": "6.0.3",
    "eslint-plugin-react": "7.7.0",
    "jest": "24.7.1",
    "np": "2.20.1",
    "npm-check": "5.9.0",
    "rimraf": "2.6.2",
    "run-sequence": "2.2.1"
  },
  "prettier": {
    "singleQuote": true
  },
  "dependencies": {}
}
