{
  "name": "@cranq/lang",
  "version": "0.2.1",
  "description": "Cranq language compiler",
  "scripts": {
    "build": "webpack --display-error-details",
    "test": "tsc --noEmit && jest"
  },
  "author": "Dan Stocker",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/kwaia/cranq-lang.git"
  },
  "files": [
    "bin",
    "dist",
    "src",
    "tsconfig.json"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "clc": "./bin/clc"
  },
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "clean-webpack-plugin": "^3.0.0",
    "jest": "^26.0.1",
    "ts-jest": "^26.1.1",
    "ts-loader": "^7.0.5",
    "typescript": "^3.9.5",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "@cranq/bipt-parser": "^0.1.7",
    "@cranq/object-utils": "^0.1.0"
  }
}