{
  "name": "precinct",
  "version": "12.2.0",
  "description": "Unleash the detectives",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "lint": "xo",
    "fix": "xo --fix",
    "mocha": "mocha",
    "test": "npm run lint && npm run mocha",
    "test:ci": "c8 npm run mocha"
  },
  "bin": {
    "precinct": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dependents/node-precinct.git"
  },
  "keywords": [
    "modules",
    "amd",
    "commonjs",
    "es6",
    "sass",
    "less",
    "detective",
    "dependencies"
  ],
  "author": "Joel Kemp <joel@mrjoelkemp.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dependents/node-precinct/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/cli.js",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/dependents/node-precinct",
  "dependencies": {
    "@dependents/detective-less": "^5.0.1",
    "commander": "^12.1.0",
    "detective-amd": "^6.0.1",
    "detective-cjs": "^6.0.1",
    "detective-es6": "^5.0.1",
    "detective-postcss": "^7.0.1",
    "detective-sass": "^6.0.1",
    "detective-scss": "^5.0.1",
    "detective-stylus": "^5.0.1",
    "detective-typescript": "^14.0.0",
    "detective-vue2": "^2.2.0",
    "module-definition": "^6.0.1",
    "node-source-walk": "^7.0.1",
    "postcss": "^8.5.1",
    "typescript": "^5.7.3"
  },
  "devDependencies": {
    "c8": "^10.1.3",
    "mocha": "^11.1.0",
    "rewire": "^7.0.0",
    "sinon": "^19.0.2",
    "xo": "^0.60.0"
  },
  "xo": {
    "space": true,
    "ignores": [
      "test/fixtures/*"
    ],
    "rules": {
      "arrow-body-style": "off",
      "capitalized-comments": "off",
      "comma-dangle": [
        "error",
        "never"
      ],
      "curly": [
        "error",
        "multi-line"
      ],
      "operator-linebreak": [
        "error",
        "after"
      ],
      "object-curly-spacing": [
        "error",
        "always"
      ],
      "space-before-function-paren": [
        "error",
        "never"
      ],
      "unicorn/prefer-module": "off",
      "unicorn/prefer-node-protocol": "off",
      "unicorn/prefer-top-level-await": "off",
      "unicorn/prevent-abbreviations": "off"
    }
  }
}
