{
    "name": "nervnode",
    "version": "0.4.1",
    "description": "解决组件间通信问题",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "author": "yicat <wallergager@gmail.com>",
    "license": "MIT",
    "scripts": {
        "build": "tsc"
    },
    "dependencies": {
        "prop-types": "^15.5.10",
        "react": "^15.5.4"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/yicat/nervnode.git"
    },
    "bugs": {
        "email": "wallergager@gmail.com",
        "url": "https://github.com/yicat/nernode/issues"
    },
    "devDependencies": {
        "@types/react": "^15.0.29",
        "babel-preset-env": "^1.4.0",
        "typescript": "^2.3.3"
    }
}