{
    "name": "prelude.ts",
    "version": "0.8.1",
    "description": "A typescript functional programming library",
    "main": "dist/src/index.js",
    "typings": "dist/src/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/emmanueltouzery/prelude.ts.git"
    },
    "dependencies": {
        "hamt_plus": "1.0.2",
        "list": "2.0.16"
    },
    "devDependencies": {
        "@types/mocha": "5.2.5",
        "mocha": "5.2.0",
        "typedoc": "0.7.2",
        "@types/node": "9.6.7",
        "benchmark": "2.1.4",
        "typescript": "3.0.1",
        "browserify": "14.4.0",
        "uglify-js": "3.1.2",
        "immutable": "4.0.0-rc.9",
        "hamt": "2.2.2",
        "mocha-testcheck": "1.0.0-rc.0"
    },
    "keywords": [
        "typescript",
        "functional-programming",
        "immutable",
        "collections"
    ],
    "author": "Emmanuel Touzery",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/emmanueltouzery/prelude.ts/issues"
    },
    "homepage": "https://github.com/emmanueltouzery/prelude.ts#readme",
    "scripts": {
        "prepublish": "rm tests/apidoc-*; scripts/prepublish.sh",
        "test": "rm tests/apidoc-*; tsc && node ./dist/tests/Comments.js && tsc && ./node_modules/mocha/bin/mocha --throw-deprecation --timeout 60000 ./dist/tests/*.js",
        "clean": "rm tests/apidoc-*; rm -Rf ./dist",
        "docgen": "./scripts/make_doc.sh",
        "benchmarks": "tsc && node ./dist/benchmarks/bench.js"
    }
}
