{
  "name": "@css-blocks/glimmer",
  "version": "1.5.0",
  "description": "Statically analyze & rewrite the css-block styles in Handlebars templates.",
  "main": "dist/cjs/src/index.js",
  "types": "dist/cjs/src/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "types-local"
  ],
  "scripts": {
    "test": "yarn run test:runner",
    "test:runner": "mocha --opts test/mocha.opts dist/cjs/test/",
    "compile": "tsc --version && tsc --build && tsc --build tsconfig.amd.json",
    "pretest": "yarn run compile",
    "posttest": "yarn run lint",
    "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"
  },
  "keywords": [
    "glimmer",
    "static",
    "analysis",
    "handlebars",
    "@css-blocks/core",
    "css",
    "optimizer"
  ],
  "author": "Chris Eppstein <chris@eppsteins.net>",
  "contributors": [
    "Tom Dale <tom@tomdale.net>"
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/linkedin/css-blocks/issues"
  },
  "engines": {
    "node": "10.* || >= 12.*"
  },
  "repository": "https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer",
  "homepage": "https://github.com/linkedin/css-blocks/tree/master/packages/@css-blocks/glimmer#readme",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@css-blocks/code-style": "^1.2.0",
    "@types/fs-extra": "^8.0.0",
    "@types/glob": "^7.1.1",
    "typescript": "~3.8",
    "watch": "^1.0.2"
  },
  "dependencies": {
    "@amiller-gh/glimmer-analyzer": "^0.4.0",
    "@css-blocks/core": "^1.5.0",
    "@glimmer/compiler": "^0.51.1",
    "@glimmer/resolution-map-builder": "0.5.1",
    "@glimmer/resolver": "^0.4.3",
    "@glimmer/syntax": "^0.51.1",
    "@opticss/element-analysis": "^0.6.2",
    "@opticss/template-api": "^0.7.0",
    "@opticss/util": "^0.7.0",
    "debug": "^4.1.1",
    "fs-extra": "^8.0.0",
    "glob": "^7.1.2",
    "global": "^4.3.2",
    "object.values": "^1.0.4"
  },
  "volta": {
    "node": "12.2.0",
    "yarn": "1.21.0"
  },
  "gitHead": "1f1022656b056abb90037a5ed338b88d834c5028"
}
