{
  "name": "@snyk/cloud-config-parser",
  "description": "A utility library for finding issues in configuration files",
  "main": "dist/index.js",
  "scripts": {
    "format:check": "prettier --check '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,json,yml}'",
    "format": "prettier --write '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,json,yml}'",
    "lint": "npm run format:check && npm run lint:eslint",
    "lint:eslint": "eslint --cache '{lib,test}/**/*.ts'",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest",
    "test:coverage": "npm run test:unit -- --coverage",
    "test:watch": "tsc-watch --onSuccess 'npm run test:unit'",
    "build": "tsc",
    "build-watch": "tsc -w",
    "prepare": "npm run build"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/snyk/cloud-config-parser"
  },
  "author": "snyk.io",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20"
  },
  "files": [
    "bin",
    "dist"
  ],
  "homepage": "https://github.com/snyk/cloud-config-parser#readme",
  "dependencies": {
    "esprima": "^4.0.1",
    "peggy": "^1.2.0",
    "tslib": "^1.10.0",
    "yaml": "^2.2.2",
    "yaml-js": "^0.3.0"
  },
  "devDependencies": {
    "@types/babel__traverse": "7.18.2",
    "@types/esprima": "^4.0.2",
    "@types/jest": "^25.1.1",
    "@types/node": "^12.12.26",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "ts-jest": "^25.1.0",
    "ts-node": "8.6.2",
    "tsc-watch": "^4.1.0",
    "typescript": "^3.7.5"
  },
  "version": "1.15.1"
}
