{
  "name": "gatsby-plugin-asset-path",
  "version": "3.0.4",
  "description": "Gatsby plugin that copies JS and CSS files and static folder to a custom folder",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir .",
    "test": "mocha",
    "test:watch": "mocha --watch",
    "test:html": "nyc --reporter=html mocha"
  },
  "author": "Ryan Chung <ryan@madecomfy.com.au>",
  "license": "mit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/madecomfy/gatsby-plugin-asset-path.git"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "assets",
    "subdirectory"
  ],
  "dependencies": {
    "fs-extra": "^7.0.0"
  },
  "peerDependencies": {
    "gatsby": ">2.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "mocha": "^8.2.1",
    "mock-fs": "^4.13.0",
    "nyc": "^15.1.0"
  }
}
