{
  "name": "@glas/kype",
  "version": "0.0.2",
  "description": "Type Inference Library",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "gtest lib",
    "debug": "tsc && node --inspect-brk node_modules/@glas/test/gtest.js lib",
    "deploy": "npm version patch && npm publish --access public",
    "watch": "run-p 'watch:*'",
    "watch:build": "tsc -w",
    "watch:test": "nodemon -w lib -w src -w external -e js,ts,is,ion --delay 200ms -x npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krisnye/kype.git"
  },
  "keywords": [
    "type",
    "inference"
  ],
  "author": "Kris Nye",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krisnye/kype/issues"
  },
  "homepage": "https://github.com/krisnye/kype#readme",
  "dependencies": {
    "@glas/test": "^1.0.4",
    "@glas/traverse": "^1.0.8",
    "@lume/kiwi": "^0.1.0",
    "@types/node": "^18.8.3",
    "nodemon": "^2.0.20",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.8.4",
    "z3-solver": "^4.12.1"
  }
}
