{
  "name": "@valkyrie-js/shadows",
  "version": "0.2.2",
  "description": "An experimental parser engine",
  "author": "Nicholas Kircher <MiracleBlue@users.noreply.github.com>",
  "homepage": "https://github.com/MiracleBlue/shadows",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "jsnext:main": "lib/esm/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": "false",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MiracleBlue/shadows.git"
  },
  "scripts": {
    "compile": "rm -rf ./lib; tsc && tsc -P tsconfig.module.json",
    "build": "cross-env NODE_ENV=production yarn run compile",
    "build:dev": "cross-env NODE_ENV=development yarn run compile",
    "test": "cross-env NODE_ENV=test jest '.spec.ts' --colors",
    "test:watch": "cross-env NODE_ENV=test jest '.spec.ts' --watch"
  },
  "bugs": {
    "url": "https://github.com/MiracleBlue/shadows/issues"
  },
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/ramda": "^0.26.12",
    "cross-env": "^5.2.0",
    "jest": "^24.7.1",
    "release-it": "^14.0.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.4"
  },
  "dependencies": {
    "fp-ts": "^1.19.3",
    "ramda": "^0.26.1"
  }
}
