{
  "name": "rollup-plugin-smart-asset",
  "version": "2.1.2",
  "description": "Rollup plugin to rebase, inline or copy assets referenced from the code",
  "keywords": [
    "rollup-plugin",
    "asset",
    "rebase",
    "url",
    "copy",
    "inline"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/rollup-plugin-smart-asset.cjs.js",
  "jsnext:main": "dist/rollup-plugin-smart-asset.esm.js",
  "module": "dist/rollup-plugin-smart-asset.esm.js",
  "scripts": {
    "clean": "rimraf dist",
    "eslint": "eslint 'src/**/*.js' '*.js'",
    "eslint-fix": "eslint 'src/**/*.js' '*.js' --fix",
    "jest": "jest",
    "jest-watch": "jest --watch",
    "rollup": "rollup -c",
    "test": "npm run eslint && npm run jest",
    "build": "npm run rollup",
    "build-examples": "find examples -name rollup.config.js -exec echo - Building example: {} \\; -execdir rollup -c \\;",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sormy/rollup-plugin-smart-asset.git"
  },
  "author": "Artem Butusov <art.sormy@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sormy/rollup-plugin-smart-asset/issues"
  },
  "homepage": "https://github.com/sormy/rollup-plugin-smart-asset#readme",
  "dependencies": {
    "big.js": "^6.1.1",
    "magic-string": "^0.25.7",
    "mime": "^2.5.2",
    "mkdirp": "^1.0.4",
    "rollup-pluginutils": "^2.8.2"
  },
  "devDependencies": {
    "@babel/core": "^7.14.0",
    "@babel/preset-env": "^7.14.1",
    "@babel/register": "^7.13.16",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "eslint": "^7.26.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "jest": "^26.6.3",
    "metrohash": "^2.6.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.47.0",
    "xxhash": "^0.3.0"
  },
  "peerDependencies": {
    "rollup": ">0.60"
  }
}
