{
  "version": "3.8.0",
  "name": "@dcl/schemas",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "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"
  },
  "devDependencies": {
    "@dcl/eslint-config": "^1.0.0",
    "@microsoft/api-extractor": "^7.18.19",
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.25",
    "expect": "^26.6.2",
    "mocha": "^8.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "ajv": "^7.1.0"
  },
  "files": [
    "dist"
  ],
  "commit": "401ad26b6c71735378af5e31023cf7f121b7408d"
}
