{
  "name": "swiftly-optional",
  "version": "1.1.2",
  "description": "Optionals for JavaScript, inspired by Swift",
  "main": "index.js",
  "module": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/R-V-S/swiftly-optional.git"
  },
  "keywords": [
    "optionals",
    "swift",
    "javascript"
  ],
  "author": "Rajeev V. Singh",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/R-V-S/swiftly-optional/issues"
  },
  "homepage": "https://github.com/R-V-S/swiftly-optional#readme",
  "devDependencies": {
    "chai": "^4.1.2"
  }
}
