{
  "version": "26.4.0",
  "name": "@dcl/schemas",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "test": "mocha",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "check-api": "npm run build && api-extractor run --typescript-compiler-folder ./node_modules/typescript",
    "refresh-api": "npm run build && api-extractor run --local --verbose --diagnostics --typescript-compiler-folder ./node_modules/typescript"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentraland/schemas.git"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none",
    "tabWidth": 2
  },
  "devDependencies": {
    "@dcl/eslint-config": "^1.1.1",
    "@microsoft/api-extractor": "^7.34.8",
    "@types/mocha": "^10.0.1",
    "@types/node": "^16.18.27",
    "@types/sinon": "^10.0.14",
    "expect": "^29.5.0",
    "mocha": "^10.2.0",
    "sinon": "^15.0.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "ajv": "^8.11.0",
    "ajv-errors": "^3.0.0",
    "ajv-keywords": "^5.1.0",
    "mitt": "^3.0.1"
  },
  "files": [
    "dist"
  ],
  "commit": "429c008536fa9239eaf96f93bdfca0cb81d7662d"
}
