{
  "name": "@builder.io/utils",
  "version": "1.1.30",
  "description": "Utils for working with Builder.io content",
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "jest",
    "release:patch": "npm run build && npm version patch --no-git-tag-version && ALLOW_PUBLISH=true npm publish",
    "release:dev": "npm run build && npm version prerelease --no-git-tag-version && ALLOW_PUBLISH=true npm publish --tag dev"
  },
  "devDependencies": {
    "@builder.io/sdk": "^1.1.29",
    "@types/jest": "^26.0.19",
    "@types/traverse": "^0.6.32",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@types/lodash": "^4.14.182",
    "lodash": "^4.17.21",
    "traverse": "^0.6.6"
  }
}
