{
    "name": "xhttp-js",
    "version": "2.0.3",
    "main": "./dist/index.js",
    "typings": "./dist/index.d.js",
    "repository": "git@github.com:honpery/xhttp.git",
    "author": "honpery <honpery@gmail.com>",
    "license": "MIT",
    "scripts": {
        "ncu": "ncu -au && yarn",
        "test": "mocha -r ts-node/register test/**/*.ts",
        "test:w": "mocha -r ts-node/register --watch-extensions ts --watch test/**/*.ts",
        "build": "rm -r dist && tsc --rootDir src",
        "pub": "yarn run build && npm publish"
    },
    "devDependencies": {
        "@types/chai": "^4.1.3",
        "@types/chalk": "^2.2.0",
        "@types/es6-promise": "^3.3.0",
        "@types/isomorphic-fetch": "^0.0.34",
        "@types/mocha": "^5.2.0",
        "chai": "^4.1.2",
        "mocha": "^5.2.0",
        "npm-check-updates": "^2.14.2",
        "ts-node": "^6.0.3",
        "tslint": "^5.10.0",
        "tslint-zzz": "^1.0.1",
        "typescript": "^2.8.3"
    },
    "dependencies": {
        "chalk": "^2.4.1",
        "es6-promise": "^4.2.4",
        "isomorphic-fetch": "^2.2.1"
    }
}