{
  "name": "@evolv/dom-snapshot",
  "version": "1.5.3",
  "description": "Package providing shared code for DOM serialization and parsing",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "npm run build",
    "clean": "del-cli dist **/*.tsbuildinfo",
    "prebuild": "npm run clean",
    "build": "tsc --build tsconfig.json",
    "watch": "tsc --watch",
    "pretest": "tsc --build tsconfig.json",
    "test": "jest --config support/jest.config.js",
    "pretest:watch": "npm run pretest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build"
  },
  "keywords": [
    "evolv",
    "evolv ai",
    "dom",
    "dom snapshot"
  ],
  "author": {
    "name": "Evolv Technology Solutions, Inc.",
    "email": "support@evolv.ai"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SentientTechnologies/evolv-common.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/jest": "^26.0.0",
    "@types/jsdom": "^20.0.0",
    "@types/node": "^14.0.13",
    "app-root-path": "^3.0.0",
    "del-cli": "^3.0.1",
    "jest": "^26.0.1",
    "jsdom": "^16.4.0",
    "ts-jest": "^26.4.4",
    "ts-node": "^8.10.2",
    "typescript": "^4.9.5"
  }
}
