{
  "name": "@lg-tools/validate",
  "version": "0.6.1",
  "description": "Validation tools for LeafyGreen repositories",
  "main": "./dist/umd/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/cross-spawn": "6.0.2",
    "@types/fs-extra": "11.0.1",
    "chalk": "4.1.2",
    "cross-spawn": "7.0.3",
    "depcheck": "1.4.3",
    "fs-extra": "11.1.1",
    "lodash": "4.17.21",
    "@lg-tools/build": "^0.9.0",
    "@lg-tools/meta": "^0.6.3"
  },
  "devDependencies": {
    "@lg-tools/test": "^0.5.1"
  },
  "scripts": {
    "build": "lg-build bundle",
    "tsc": "lg-build tsc"
  }
}