package.json 1.8 KB
{
  "name": "egg-view-assets",
  "eggPlugin": {
    "name": "assets",
    "dependencies": [
      "view"
    ]
  },
  "version": "1.8.0",
  "description": "Manage frontend assets in development and production",
  "keywords": [
    "egg",
    "eggPlugin",
    "egg-plugin",
    "assets"
  ],
  "dependencies": {
    "await-event": "^2.1.0",
    "cross-spawn": "^6.0.5",
    "debug": "^4.1.1",
    "detect-port": "^1.3.0",
    "is-type-of": "^1.2.1",
    "mz": "^2.7.0",
    "mz-modules": "^2.1.0",
    "sdk-base": "^3.5.1"
  },
  "devDependencies": {
    "autod": "^3.0.1",
    "autod-egg": "^1.1.0",
    "egg": "^2.14.2",
    "egg-bin": "^4.10.0",
    "egg-ci": "^1.11.0",
    "egg-mock": "^3.21.0",
    "egg-view-ejs": "^2.0.0",
    "egg-view-nunjucks": "^2.1.6",
    "eslint": "^5.12.0",
    "eslint-config-egg": "^7.1.0",
    "puppeteer": "^1.11.0",
    "supertest": "^3.3.0",
    "uglify-js": "^3.3.21",
    "urllib": "^2.34.1",
    "webstorm-disable-index": "^1.2.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "dev": "egg-bin dev",
    "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
    "test-local": "egg-bin test",
    "cov": "egg-bin cov",
    "lint": "eslint .",
    "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
    "pkgfiles": "egg-bin pkgfiles",
    "autod": "autod",
    "uglify": "uglifyjs lib/fixtures/decode.js -o lib/fixtures/decode.min.js"
  },
  "files": [
    "app",
    "lib",
    "config",
    "agent.js",
    "app.js"
  ],
  "ci": {
    "type": "github",
    "version": "8, 10, 12, 14, 16",
    "license": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-view-assets.git"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "homepage": "https://github.com/eggjs/egg-view-assets#readme",
  "author": "popomore",
  "license": "MIT"
}