{
    "name": "baset-reader-ts",
    "version": "0.14.7",
    "description": "TypeScript reader plugin for BaseT project.",
    "keywords": [
        "baset-reader-ts",
        "baset-plugin-ts",
        "typescript",
        "baseline",
        "unit-test",
        "test",
        "testing",
        "e2e-test"
    ],
    "author": "Ihor Chulinda <ichulinda@gmail.com>",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git@github.com:Igmat/baset.git"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "npm run tslint && tsc",
        "watch": "npm run tslint && tsc -w",
        "tslint": "tslint -c tslint.json -p tsconfig.json",
        "test": "baset",
        "accept": "baset accept",
        "doctoc": "doctoc README.md",
        "prepublish": "npm run doctoc"
    },
    "devDependencies": {
        "@types/find-up": "^2.1.1",
        "@types/node": "^10.10.0"
    },
    "dependencies": {
        "baset-core": "^0.14.7",
        "find-up": "^3.0.0",
        "tsconfig-paths": "^3.6.0",
        "typescript": "^3.0.3"
    },
    "gitHead": "b572e1a67f49f5dac5f4610fe84d274cf1f8cf2c"
}
