{
    "name": "@doctorwork/react-easy",
    "version": "1.1.24",
    "description": "",
    "main": "index.js",
    "types": "index.d.ts",
    "scripts": {
        "test": "node scripts/test.js --env=jsdom",
        "build": "tsc",
        "prepush": "npm publish --registry http://172.16.4.11:4873",
        "version": "clgt -f CHANGELOG.md -u http://git.doctorwork.com/web/app-health/commits -r 0  && git add . && npm publish"
    },
    "files": [
        "src",
        "components",
        "index.js",
        "index.ts"
    ],
    "author": "luojieyy@gmail.com",
    "license": "ISC",
    "devDependencies": {
        "typescript": "^2.9.1"
    },
    "dependencies": {
        "@types/classnames": "^2.2.4",
        "@types/lodash": "^4.14.109",
        "@types/react": "16.3.17",
        "@types/react-dom": "^16.0.5",
        "classnames": "^2.2.5",
        "react": "16.4.0",
        "react-dom": "^16.4.0",
        "@doctorwork/write-easy": "^1.1.0"
    },
    "jest": {
        "collectCoverage": true,
        "testURL": "http://localhost",
        "transform": {
            "^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
            "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
            "^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
        }
    }
}