{
  "name": "locution",
  "version": "1.0.10",
  "description": "A library to evaluate string expressions",
  "scripts": {
    "build": "rm -rf ./dist && tsc && cp package.json README.md CHANGELOG.md ./dist/",
    "lint": "tslint --target verbose src/**/*.ts",
    "test": "jest"
  },
  "author": "Raphael De Freitas <raphael@de-freitas.net>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "jest": "^23.5.0",
    "standard-version": "^4.4.0",
    "ts-jest": "^23.1.4",
    "ts-lint": "^4.5.1",
    "ts-node": "^7.0.0",
    "typescript": "^2.9.2"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "dependencies": {
    "md5": "^2.2.1"
  }
}
