{
  "name": "@opticss/simple-template",
  "version": "0.6.4",
  "description": "Simple templates for use in testing with OptiCSS.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "compile": " tsc --build",
    "pretest": "yarn run compile",
    "test": "mocha dist/test --opts test/mocha.opts",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run compile",
    "lint": "tslint -t msbuild --project tsconfig.json -c tslint.cli.json",
    "lintall": "tslint -t msbuild --project tsconfig.json -c tslint.release.json",
    "lintfix": "tslint -t msbuild --project tsconfig.json -c tslint.cli.json --fix",
    "coverage": "istanbul cover -i \"dist/src/**/*.js\" --dir ./build/coverage _mocha -- dist/test --opts test/mocha.opts && yarn run remap",
    "remap": "remap-istanbul -i build/coverage/coverage.json -o coverage -t html",
    "docs": "typedoc --out ./docs ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linkedin/opticss.git"
  },
  "keywords": [
    "css",
    "cascade"
  ],
  "author": "Chris Eppstein",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/linkedin/opticss/issues?q=is%3Aopen+is%3Aissue+label%3Apkg%3Asimple-template"
  },
  "homepage": "https://github.com/linkedin/opticss/tree/master/packages/%40opticss/simple-template",
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opticss/attr-analysis-dsl": "^0.6.3",
    "@opticss/element-analysis": "^0.6.2",
    "@opticss/template-api": "^0.7.0",
    "@opticss/util": "^0.7.0",
    "@types/random-js": "^1.0.30",
    "parse5": "^5.0.0",
    "parse5-sax-parser": "^5.0.0",
    "postcss": "^7.0.14",
    "random-js": "^2.0.0",
    "specificity": "^0.4.1"
  },
  "devDependencies": {
    "@opticss/code-style": "^0.6.0",
    "@types/chai": "^4.0.4",
    "@types/mocha": "^5.2.6",
    "@types/parse5": "^5.0.0",
    "@types/parse5-sax-parser": "^5.0.1",
    "chai": "^4.1.2",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "mocha-typescript": "^1.1.9",
    "remap-istanbul": "^0.13.0",
    "source-map-support": "^0.5.3",
    "tslint": "^5.10.0",
    "typedoc": "^0.15.0-0",
    "typescript": "~3.4.4"
  },
  "gitHead": "dcc4ecc6f2d5a5631e63121d7c1a84783577b731",
  "toolchain": {
    "node": "10.15.3",
    "yarn": "1.15.2"
  }
}
