Unibeautify/beautifier-gofmt

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@unibeautify/beautifier-gofmt",
  "version": "0.1.0",
  "description": "Gofmt beautifier for Unibeautify",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm run clean && npm run compile",
    "clean": "rimraf dist",
    "jest": "jest",
    "test": "npm-run-all build lint jest",
    "compile": "tsc",
    "lint": "tslint '{src,test}/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Unibeautify/beautifier-gofmt.git"
  },
  "keywords": [
    "go",
    "golang",
    "gofmt",
    "unibeautify",
    "beautifier"
  ],
  "author": "Glavin Wiechert",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Unibeautify/beautifier-gofmt/issues"
  },
  "homepage": "https://github.com/Unibeautify/beautifier-gofmt#readme",
  "peerDependencies": {
    "unibeautify": ">= 0.15.0"
  },
  "devDependencies": {
    "@types/jest": "24.9.1",
    "@types/node": "12.20.55",
    "@types/read-pkg-up": "6.0.0",
    "jest": "24.9.0",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.2",
    "ts-jest": "24.3.0",
    "tslint": "5.20.1",
    "tslint-clean-code": "0.2.10",
    "tslint-microsoft-contrib": "6.2.0",
    "typescript": "3.9.10",
    "unibeautify": "0.17.1"
  },
  "dependencies": {
    "read-pkg-up": "^6.0.0"
  }
}