{
  "name": "vite-plugin-transform",
  "version": "2.0.1",
  "description": "Vite plugin to handle your resources. For example, to replace occurrences by a regular expression, or resolving paths in cases where the usual tools do not help you, or something else.",
  "main": "index.js",
  "module": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "node -e \"P=Math,G=console,$='\\n',I=P.max,i=P.min,U=P.round,u=G.log,O=(s,n)=>s.repeat(n),o=y=>y.length,p=(a,A)=>O(' ',U((I(o(a),o(A))-i(o(a),o(A)))/2))+a,X='Hello Friend!'+$,x='Just Trust Me!'+$,h=`[${O('=',I(o(X),o(x)))}]`+$;u(h+p(X,h)+p(x,h)+h);\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Silksofthesoul/vite-plugin-transform.git"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "replace",
    "transform",
    "resolve",
    "bundle"
  ],
  "author": "Labuzov Evgeny <silksofthesoul@yandex.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Silksofthesoul/vite-plugin-transform/issues"
  },
  "homepage": "https://github.com/Silksofthesoul/vite-plugin-transform#readme"
}
