{
  "name": "mostc",
  "version": "1.2.0",
  "main": "dist/cjs/mostc.js",
  "module": "dist/es/mostc.js",
  "types": "dist/es/index.d.ts",
  "repository": "git@github.com:team-griffin/mostc.git",
  "author": "Jack Ellis <jack.ellis@godaddy.com>",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "yarn build",
    "build": "rollup --config ./rollup.config.js",
    "postmerge": "yarn",
    "lint": "yarn lint:js && yarn lint:ts",
    "lint:js": "eslint -c ./.eslintrc.js 'src/**/*.ts'",
    "lint:ts": "tsc"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/register": "^7.5.5",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@semantic-release/changelog": "^3.0.2",
    "@team-griffin/eslint-config": "^3.0.4",
    "@types/ramda": "^0.25.0",
    "cross-env": "^5.1.6",
    "eslint": "^4.19.1",
    "eslint-plugin-typescript": "^0.14.0",
    "most": "^1.7.3",
    "rollup": "^1.0.0",
    "rollup-plugin-babel": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript2": "^0.22.1",
    "semantic-release": "^15.13.19",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3",
    "typescript-eslint-parser": "^22.0.0"
  },
  "peerDependencies": {
    "most": "^1.7.3"
  }
}
