{
  "name": "@css-blocks/eyeglass",
  "author": "Gregory Wild-Smith <gwildsmith@linkedin.com>",
  "description": "Tool to provide easy interoperation with the Eyeglass SASS module manager",
  "license": "BSD-2-Clause",
  "version": "1.5.0",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "bin",
    "dist",
    "src",
    "README.md",
    "CHANGELOG.md"
  ],
  "readme": "README.md",
  "keywords": [
    "eyeglass",
    "css blocks",
    "css",
    "blocks"
  ],
  "scripts": {
    "test": "yarn run test:runner",
    "test:runner": "mocha --opts test/mocha.opts dist/test",
    "compile": "tsc --build",
    "pretest": "yarn run compile",
    "posttest": "yarn run lintfix",
    "prepublish": "rm -rf dist && yarn run compile && yarn run lintall",
    "lint": "tslint -t msbuild --project . -c tslint.cli.json",
    "lintall": "tslint -t msbuild --project . -c tslint.release.json",
    "lintfix": "tslint -t msbuild --project . -c tslint.cli.json --fix",
    "coverage": "istanbul cover -i dist/src/**/*.js --dir ./build/coverage ../../../node_modules/mocha/bin/_mocha -- dist/test --opts test/mocha.opts",
    "remap": "remap-istanbul -i build/coverage/coverage.json -o coverage -t html",
    "watch": "watch 'yarn run test' src test --wait=1"
  },
  "bugs": {
    "url": "https://github.com/linkedin/css-blocks/issues"
  },
  "repository": "https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass",
  "homepage": "https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "10.* || >= 12.*"
  },
  "volta": {
    "node": "12.15.0",
    "yarn": "1.22.0"
  },
  "devDependencies": {
    "@types/lodash.clonedeep": "^4.5.6",
    "@types/node-sass": "^4.11.0",
    "@types/sinon": "^7.5.1",
    "eyeglass": "^2.4.2",
    "mocha": "^7.0.1",
    "node-sass": "^4.13.1",
    "sinon": "^8.0.4"
  },
  "dependencies": {
    "lodash.clonedeep": "^4.5.0"
  },
  "gitHead": "1f1022656b056abb90037a5ed338b88d834c5028"
}
