ForestAdmin/devops

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@forestadmin/devops",
  "version": "3.0.3",
  "description": "Forest Admin internal DevOps toolbox",
  "main": "index.js",
  "scripts": {
    "lint": "./node_modules/eslint/bin/eslint.js ./*.js scripts services test",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "updateClickupStatus": "node scripts/update-clickup-status.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ForestAdmin/automatic-release-note.git"
  },
  "keywords": [
    "release"
  ],
  "author": "Vincent MoliniƩ <vincentm@forestadmin.com>",
  "contributors": [
    "Arnaud Besnier <arnaudibesnier@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ForestAdmin/automatic-release-note/issues"
  },
  "homepage": "https://github.com/ForestAdmin/automatic-release-note#readme",
  "dependencies": {
    "axios": "0.19.2",
    "lcov-parse": "1.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "11.0.0",
    "@commitlint/config-conventional": "11.0.0",
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "eslint": "6.7.2",
    "eslint-config-airbnb-base": "14.0.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jest": "24.0.1",
    "eslint-plugin-sonarjs": "0.5.0",
    "husky": "4.2.4",
    "jest": "26.4.2",
    "mock-fs": "4.10.1",
    "nock": "13.0.4",
    "semantic-release": "17.2.3",
    "semantic-release-npm-deprecate-old-versions": "1.0.1",
    "semantic-release-slack-bot": "1.6.2"
  }
}