{
  "name": "joyce",
  "version": "1.2.4",
  "description": "An AST-based Expression Language",
  "main": "index.js",
  "bin": "bin/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha \"test/**/*.spec.js\""
  },
  "keywords": [
    "EL",
    "expression language",
    "yaml",
    "yml",
    "json"
  ],
  "author": "Mac Heller-Ogden",
  "repository": {
    "type": "git",
    "url": "https://github.com/machellerogden/joyce.git"
  },
  "license": "MIT",
  "dependencies": {
    "astring": "^1.3.1",
    "forast": "0.1.4",
    "lodash": "^4.17.11",
    "needful": "1.8.2",
    "require-dir": "^1.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "pre-commit": "^1.2.2"
  },
  "engines": {
    "node": ">=10.6.0",
    "npm": ">=5.0.0"
  },
  "pre-commit": [
    "test"
  ]
}
