{
  "name": "@alwaysai/device-agent-schemas",
  "description": "alwaysAI schemas",
  "version": "3.3.1",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "npm": ">=7.0.0",
    "node": ">=16.0.0"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:clean": "npm run clean && npm run build",
    "build:watch": "tsc --project . --watch",
    "clean": "rimraf lib packages coverage",
    "lint": "eslint . --ext .ts",
    "lint:fix": "npm run lint -- --fix",
    "test": "npm run lint && npm run test:unit && npm run build:clean",
    "test:ci": "npm run lint && npm run build && npm run test:unit",
    "test:unit": "jest --coverage --testPathPattern='./tests/'",
    "test:watch": "npm run test:unit -- --watch",
    "preversion": "npm test",
    "postversion": "npm publish",
    "publish:major": "[ \"$(git rev-parse --abbrev-ref HEAD)\" = \"main\" ] && git pull && git push && git tag -f major && git push -f origin major && git tag -d major || echo \"Error: Not on main branch\"",
    "publish:minor": "[ \"$(git rev-parse --abbrev-ref HEAD)\" = \"main\" ] && git pull && git push && git tag -f minor && git push -f origin minor && git tag -d minor || echo \"Error: Not on main branch\"",
    "publish:patch": "[ \"$(git rev-parse --abbrev-ref HEAD)\" = \"main\" ] && git pull && git push && git tag -f patch && git push -f origin patch && git tag -d patch || echo \"Error: Not on main branch\""
  },
  "dependencies": {
    "ajv": "8.11.0",
    "uuid": "9.0.0"
  },
  "devDependencies": {
    "@alwaysai/eslint-config": "^0.1.3",
    "@alwaysai/tsconfig": "^0.0.1",
    "@types/jest": "27.0.3",
    "@types/node": "16.11.12",
    "copyfiles": "2.4.1",
    "jest": "27.4.3",
    "rimraf": "3.0.2",
    "ts-jest": "27.1.1",
    "ts-node": "10.4.0",
    "typescript": "^4.6.4"
  },
  "author": {
    "name": "alwaysAI, Inc.",
    "email": "contact@alwaysai.co"
  },
  "homepage": "https://alwaysai.co"
}
