{
  "name": "@mutant-ws/m",
  "version": "2.9.0",
  "description": "Point free style, functional Javascript library",
  "homepage": "https://github.com/andreidmt/m",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreidmt/m.git"
  },
  "bugs": {
    "url": "https://github.com/andreidmt/m/issues"
  },
  "author": {
    "name": "Andrei Dumitrescu",
    "url": "https://github.com/andreidmt"
  },
  "main": "dist/index.js",
  "license": "BSD-3-Clause",
  "scripts": {
    "----UTIL": "",
    "setup": "rm -rf ./node_modules && npm i && npm audit fix",
    "setup:ci": "npm ci && npm audit fix",
    "update": "npm-check --update",
    "----BUNDLE": "",
    "build": "rm -rf ./dist && babel src --out-dir dist",
    "build:ci": "babel src --out-dir dist",
    "build:docs": "documentation build src/index.js --project-name m -f html -o docs -c documentation.yml",
    "----TEST": "",
    "tdd": "nodemon --watch src --exec \"npm test\"",
    "test": "tape -r @babel/register src/*.test.js src/**/*.test.js | tap-nirvana",
    "test:ci": "tape dist/*.test.js dist/**/*.test.js | tap-nirvana",
    "test-ui": "tape-ui -r @babel/register src/*.test.js src/**/*.test.js",
    "lint": "npm run lint:js && npm run lint:md",
    "lint:js": "eslint --fix src",
    "lint:md": "markdownlint *.md",
    "coverage:report": "nyc npm test && nyc report --reporter=html",
    "coverage:ci": "nyc npm run test && nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [
    "point-free",
    "functional",
    "javascript",
    "library"
  ],
  "devDependencies": {
    "@babel/cli": "^7.11.5",
    "@babel/core": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "@babel/register": "^7.11.5",
    "@mutant-ws/eslint-config": "^5.11.0",
    "babel-eslint": "^10.1.0",
    "benchmark": "^2.1.4",
    "chi-squared-test": "^1.1.0",
    "coveralls": "^3.1.0",
    "documentation": "^13.0.2",
    "eslint": "^7.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-json": "^2.1.2",
    "eslint-plugin-no-inferred-method-name": "^2.0.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-unicorn": "^21.0.0",
    "fast-deep-equal": "^3.1.3",
    "lodash": "^4.17.20",
    "markdownlint-cli": "^0.23.2",
    "nodemon": "^2.0.4",
    "npm-check": "^5.9.2",
    "nyc": "^15.1.0",
    "prettier": "^2.1.1",
    "pretty-error": "^2.1.1",
    "ramda": "^0.27.1",
    "semantic-release": "^17.1.1",
    "tap-nirvana": "^1.1.0",
    "tape": "^5.0.1",
    "underscore": "^1.11.0"
  }
}
