Sha256: 1f831d26f976010a7084dd4c8fbd1fc5b87991e1bdffb22f684bd6a7928055cb

Contents?: true

Size: 1.49 KB

Versions: 7

Compression:

Stored size: 1.49 KB

Contents

{
  "name": "groovy-beautify",
  "version": "0.0.17",
  "description": "A simple beautifier which allows formatting and indenting Groovy scripts",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/cjs/index.js",
    "import": "./dist/es/index.js",
    "default": "./dist/es/index.js"
  },
  "files": [
    "dist/**/*.json",
    "dist/**/*.js",
    "dist/**/*.ts"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc --noEmit && vite build && tsc --emitDeclarationOnly && prettier --write ./dist",
    "lint": "eslint . --ext .ts",
    "preview": "vite preview",
    "test": "jest",
    "test:update": "jest --updateSnapshot"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joycollector/groovy-beautify.git"
  },
  "keywords": [
    "groovy",
    "beautify",
    "beautifier"
  ],
  "author": "Sergei Kasoverskij",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joycollector/groovy-beautify/issues"
  },
  "homepage": "https://github.com/joycollector/groovy-beautify#readme",
  "devDependencies": {
    "@types/jest": "^28.1.3",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.5",
    "typescript": "^4.5.4",
    "vite": "^2.9.9"
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dorian-2.6.3 vendor/groovy-beautify/package.json
dorian-2.6.2 vendor/groovy-beautify/package.json
dorian-2.6.1 vendor/groovy-beautify/package.json
dorian-2.6.0 vendor/groovy-beautify/package.json
dorian-2.5.2 vendor/groovy-beautify/package.json
dorian-2.5.1 vendor/groovy-beautify/package.json
dorian-2.5.0 vendor/groovy-beautify/package.json