rofrischmann/elodin

View on GitHub
core/parser/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@elodin/parser",
  "version": "0.1.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf lib es coverage",
    "build": "yarn build:es && yarn build:lib",
    "build:es": "babel src --out-dir es --ignore \"src/__tests__\"",
    "build:lib": "BABEL_ENV=commonjs babel src --out-dir lib --ignore \"src/__tests__\"",
    "test": "cross-env BABEL_ENV=commonjs jest",
    "coverage": "yarn test --coverage"
  },
  "repository": "https://github.com/robinweser/elodin.git",
  "author": "robinweser <contact@weser.io>",
  "license": "MIT",
  "dependencies": {
    "color": "^3.1.2",
    "meant": "^1.0.2",
    "tokenize-sync": "^2.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "cross-env": "^5.2.0",
    "jest": "^23.6.0",
    "rimraf": "^2.6.2"
  },
  "gitHead": "2800af57f63a206f0f6a0029c09443ae95d8b026"
}