{
    "name": "maybe-not",
    "version": "1.3.3",
    "description": "Maybe you should use this instead of nullable types..",
    "main": "./dist/cjs/es5/maybe-not.js",
    "module": "./dist/modules/es2017/maybe-not.js",
    "types": "./dist/types/maybe-not.d.ts",
    "scripts": {
        "build": "rm -rf dist/ && tsc && tsc -p tsconfig.cjs.json",
        "build:test": "rm -rf tmp/ && tsc -p tsconfig.test.json",
        "test": "yarn build:test && mocha",
        "test:auto": "mocha --watch",
        "problems": "tsc --noEmit"
    },
    "keywords": [
        "typescript",
        "monads",
        "maybe",
        "errorhandling"
    ],
    "author": "Daniel Chappell",
    "license": "BSD-2-Clause",
    "files": [
        "dist"
    ],
    "devDependencies": {
        "@types/chai": "4.0.4",
        "@types/mocha": "^2.2.42",
        "chai": "4.1.0",
        "mocha": "^3.5.0",
        "ts-node": "^3.3.0",
        "typescript": "4.0"
    }
}
