{
  "name": "precinct",
  "version": "8.1.0",
  "description": "Unleash the detectives",
  "main": "index.js",
  "scripts": {
    "test": "jscs index.js test/index.js && mocha test/index.js"
  },
  "bin": {
    "precinct": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mrjoelkemp/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/mrjoelkemp/node-precinct/issues"
  },
  "engines": {
    "node": "^10.13 || ^12 || >=14"
  },
  "homepage": "https://github.com/mrjoelkemp/node-precinct",
  "dependencies": {
    "commander": "^2.20.3",
    "debug": "^4.3.1",
    "detective-amd": "^3.0.1",
    "detective-cjs": "^3.1.1",
    "detective-es6": "^2.2.0",
    "detective-less": "^1.0.2",
    "detective-postcss": "^4.0.0",
    "detective-sass": "^3.0.1",
    "detective-scss": "^2.0.1",
    "detective-stylus": "^1.0.0",
    "detective-typescript": "^7.0.0",
    "module-definition": "^3.3.1",
    "node-source-walk": "^4.2.0"
  },
  "devDependencies": {
    "jscs": "~3.0.7",
    "jscs-preset-mrjoelkemp": "~2.0.0",
    "mocha": "^8.2.1",
    "rewire": "^5.0.0",
    "sinon": "^9.2.1"
  }
}
