{
    "name": "tzlib",
    "version": "1.0.14",
    "description": "Extension methods to premitive types",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
        "build": "tsc",
        "coverage": "nyc -r text -e .ts -x \"tests/*.test.ts\" npm run test"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mahmmad-khamar-shaikh/Tlib.git"
    },
    "author": "Mahmmadkhamar shaikh",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/mahmmad-khamar-shaikh/Tlib/issues"
    },
    "homepage": "https://github.com/mahmmad-khamar-shaikh/Tlib#readme",
    "keywords": [
        "javascript",
        "Typescript ",
        "Array",
        "Extension"
    ],
    "devDependencies": {
        "@types/jasmine": "^3.5.10",
        "jasmine": "^3.5.0",
        "nyc": "^15.0.1",
        "ts-node": "^8.10.1",
        "typescript": "^3.9.3"
    }
}