{
  "name": "nvl",
  "version": "1.3.0",
  "description": "Replace a blank value with fallback value.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "rimraf dist/",
    "build": "tsc",
    "lint": "tslint -p .",
    "pretest": "npm run build",
    "test": "npm run lint && jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gluons/NVL.git"
  },
  "keywords": [
    "nvl",
    "null",
    "undefined"
  ],
  "author": "Saran Tanpituckpong <sarunta@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gluons/NVL/issues"
  },
  "homepage": "https://github.com/gluons/NVL",
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-typescript": "^7.10.4",
    "@types/jest": "^24.0.15",
    "@types/node": "10",
    "babel-jest": "^26.5.2",
    "jest": "^26.5.3",
    "mocha": "8.1.3",
    "rimraf": "^3.0.2",
    "tsconfig-gluons": "^1.1.0",
    "tslint": "^6.1.3",
    "tslint-config-gluons": "^2.2.0",
    "typescript": "^4.0.3"
  }
}
