{
  "name": "@opticss/template-api",
  "version": "0.7.0",
  "description": "Simple templates for use in testing with OptiCSS.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "compile-src": "tsc --build",
    "compile-test": "rm -rf test/build && tsc --build tsconfig-test.json",
    "compile": "yarn run compile-src && yarn run compile-test",
    "pretest": "yarn run compile",
    "test": "mocha test/build/test --opts test/mocha.opts",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run compile-src",
    "lint": "tslint -t msbuild --project tsconfig.json -c tslint.cli.json && tslint -t msbuild --project tsconfig-test.json -c tslint.cli.json",
    "lintall": "tslint -t msbuild --project tsconfig.json -c tslint.release.json && tslint -t msbuild --project tsconfig-test.json -c tslint.release.json",
    "lintfix": "tslint -t msbuild --project tsconfig.json -c tslint.cli.json --fix && tslint -t msbuild --project tsconfig-test.json -c tslint.cli.json --fix",
    "coverage": "istanbul cover -i \"dist/src/**/*.js\" --dir ./build/coverage _mocha -- dist/test --opts test/mocha.opts",
    "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%3Atemplate-api"
  },
  "homepage": "https://github.com/linkedin/opticss/tree/master/packages/%40opticss/template-api",
  "engines": {
    "node": "6.* || 8.* || >= 10.*"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@opticss/element-analysis": "^0.6.2",
    "@opticss/util": "^0.7.0",
    "postcss": "^7.0.14",
    "typescript-collections": "^1.2.5"
  },
  "devDependencies": {
    "@opticss/attr-analysis-dsl": "^0.6.3",
    "@opticss/code-style": "^0.6.0",
    "@types/chai": "^4.0.4",
    "@types/mocha": "^5.2.6",
    "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"
  }
}
