{
  "name": "@bolt/sass-export-data",
  "version": "5.0.0",
  "description": "Export Sass as JSON data",
  "keywords": [
    "theme-tools-plugin",
    "theme-tools"
  ],
  "repository": "https://github.com/basaltinc/theme-tools/tree/master/packages/sass-export-data",
  "license": "MIT",
  "author": "EvanLovely <evanlovely@gmail.com> (http://evanlovely.com)",
  "main": "index.js",
  "style": "export-data.scss",
  "scripts": {
    "test": "yarn run test:compile && mocha tests",
    "test:compile": "rm -rf tests/basics/dest/ && mkdir tests/basics/dest/ && node-sass --functions tests/basics/function.js tests/basics/scss/style.scss tests/basics/dest/style.css"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "chai-fs": "^2.0.0",
    "fs-extra": "^7.0.1",
    "jsondiffpatch": "^0.3.11",
    "merge": "^1.2.1",
    "mocha": "^6.1.4",
    "node-sass": "^4.14.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "40c4ff53b21d5bef3772141e3385ab763ee8d2b1"
}
