123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "egg-watcher",
- "version": "3.1.1",
- "description": "file watcher plugin for egg",
- "eggPlugin": {
- "name": "watcher"
- },
- "files": [
- "app.js",
- "agent.js",
- "config",
- "lib"
- ],
- "scripts": {
- "lint": "eslint --ext js . --fix",
- "test": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && npm run cov",
- "autod": "autod"
- },
- "dependencies": {
- "camelcase": "^5.0.0",
- "sdk-base": "^3.5.0",
- "wt": "^1.2.0"
- },
- "devDependencies": {
- "autod": "^3.0.1",
- "egg": "^2.11.2",
- "egg-bin": "^4.9.0",
- "egg-ci": "^1.8.0",
- "egg-mock": "^3.20.1",
- "eslint": "^5.6.0",
- "eslint-config-egg": "^7.1.0",
- "mz-modules": "^2.1.0",
- "pedding": "^1.1.0"
- },
- "homepage": "https://github.com/eggjs/egg-watcher",
- "repository": {
- "type": "git",
- "url": "git@github.com:eggjs/egg-watcher.git"
- },
- "keywords": [
- "egg-watcher",
- "egg",
- "watcher",
- "watch"
- ],
- "engines": {
- "node": ">= 8.0.0"
- },
- "ci": {
- "version": "8, 10",
- "license": {
- "year": 2016
- }
- }
- }
|