{
  "name": "ocpp-standard-schema",
  "version": "2.1.4",
  "description": "Contains OCPP JSON schemas for validation purposes",
  "main": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "files": [
    "/build/**",
    "/wsdl/**"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^14.18.12",
    "gts": "^3.1.0",
    "typescript": "^4.0.3"
  }
}
