{
  "name": "@rekajs/parser",
  "version": "0.1.19",
  "description": "Parser for Reka syntax",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./lib/index.d.ts",
  "keywords": [],
  "author": "Prev Wong",
  "license": "MIT",
  "devDependencies": {
    "@rekajs/types": "0.1.24"
  },
  "peerDependencies": {
    "@rekajs/types": ">=0.1.0"
  },
  "dependencies": {
    "@babel/types": "^7.18.13",
    "@rekajs/utils": "^0.1.3",
    "acorn": "^8.7.0",
    "acorn-jsx": "^5.3.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prevwong/reka.js/"
  },
  "scripts": {
    "dev": "../../scripts/build.sh -w",
    "build": "cross-env NODE_ENV=production ../../scripts/build.sh"
  }
}