{
    "name": "mouse-selection",
    "version": "1.5.2",
    "private": false,
    "scripts": {
        "start": "npm run serve",
        "serve": "vue-cli-service serve",
        "build": "vue-cli-service build",
        "lint": "vue-cli-service lint",
        "dist": "tsc -d true -outDir dist/ src/lib/index.ts"
    },
    "description": "A mouse frame selection plugin using JavaScript",
    "author": "Lison<lison16new@163.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/lison16/mouse-selection/issues"
    },
    "homepage": "https://github.com/lison16/mouse-selection#readme",
    "keywords": [
        "javascript",
        "frame",
        "select",
        "selection",
        "mouse"
    ],
    "dependencies": {
        "core-js": "^3.6.5",
        "vue": "^2.6.11",
        "vue-class-component": "^7.2.5",
        "vue-property-decorator": "^9.0.0"
    },
    "devDependencies": {
        "@vue/cli-plugin-babel": "^4.5.3",
        "@vue/cli-plugin-typescript": "^4.5.3",
        "@vue/cli-service": "^4.5.3",
        "less": "^3.12.2",
        "less-loader": "^6.2.0",
        "lint-staged": "^10.2.11",
        "typescript": "^3.9.7",
        "vue-template-compiler": "^2.6.11"
    },
    "gitHooks": {
        "pre-commit": "lint-staged"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "lint-staged": {
        "*.ts": [
            "vue-cli-service lint",
            "git add"
        ],
        "*.vue": [
            "vue-cli-service lint",
            "git add"
        ]
    }
}