{
  "name": "@enkidevs/curriculum-helpers",
  "version": "9.1.3",
  "description": "Helpers for parsing/transforming/compiling Enki Curriculum from and to different formats",
  "author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",
  "main": "index.js",
  "scripts": {
    "test:watch": "jest --watchAll",
    "test": "jest --coverage --notify",
    "test:regex": "npm test -- regexToMatchFile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enkidevs/curriculum-processors.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/enkidevs/curriculum-processors/issues"
  },
  "homepage": "https://github.com/enkidevs/curriculum-processors#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "unist-util-map": "^2.0.0"
  },
  "devDependencies": {
    "jest": "^26.0.1"
  },
  "gitHead": "1939525fb262654780c9b4088feb5217414ba425"
}
