{
    "name": "@weshare/crd",
    "version": "1.0.5",
    "description": "commit收集工具",
    "main": "index.js",
    "scripts": {
        "start": "ts-node index.ts",
        "test": "node -r ts-node/register index.ts",
        "build": "tsc"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/magicianShiro/commit-record"
    },
    "homepage": "https://github.com/magicianShiro/commit-record#readme",
    "bin": {
        "crd": "./lib/index.js"
    },
    "keywords": [
        "commit",
        "record",
        "commit-record",
        "crd",
        "@weshare",
        "@weshare/crd"
    ],
    "author": "magicianShiro <navi@movom.cc>",
    "license": "ISC",
    "devDependencies": {
        "@types/axios": "^0.14.0",
        "@types/commander": "^2.12.2",
        "@types/fs-extra": "^8.0.1",
        "@types/ini": "^1.3.30",
        "@types/node": "^12.12.12",
        "ts-node": "^8.5.4",
        "typescript": "^3.7.2"
    },
    "dependencies": {
        "axios": "^0.19.0",
        "commander": "^4.0.1",
        "fs-extra": "^8.1.0",
        "ini": "^1.3.5"
    }
}
