{
  "name": "@enre/pop-runtypes",
  "version": "1.27.1",
  "description": "runtypes for validating data using simple-runtypes",
  "main": "./lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register 'tests/**/*.ts'",
    "testone": "mocha -r ts-node/register --grep 'PushTickets' 'tests/**/*.ts'",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "runtypes"
  ],
  "author": "Ivan Sobtchouk",
  "license": "ISC",
  "dependencies": {
    "simple-runtypes": "^7.1.3"
  },
  "devDependencies": {
    "@types/chai-as-promised": "^7.1.6",
    "@types/mocha": "^10.0.1",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1"
  }
}