{
  "name": "aspen-decorations",
  "version": "1.1.1",
  "description": "Complex styling for react-aspen w/ inheritance and negations",
  "main": "dist/index.js",
  "typings": "dist/typings/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "tslint --project .",
    "prepack": "npm run lint && npm run build && npm run test && npm run generate-docs",
    "postpublish": "npm run publish-docs",
    "generate-docs": "typedoc --mode file --excludePrivate --excludeProtected --excludeNotExported --theme node_modules/typedoc-clarity-theme/bin --out dist/docs ./src",
    "publish-docs": "gh-pages -d dist/docs"
  },
  "dependencies": {
    "notificar": "^1.0.1"
  },
  "peerDependencies": {
    "aspen-core": "^1.0.4"
  },
  "devDependencies": {
    "@types/jest": "^23.3.11",
    "gh-pages": "^2.0.1",
    "jest": "^23.6.0",
    "ts-jest": "^23.10.5",
    "tslint": "^5.12.1",
    "typedoc": "^0.14.1",
    "typedoc-clarity-theme": "^1.1.0",
    "typescript": "^3.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neeksandhu/aspen-decorations.git"
  },
  "keywords": [
    "react",
    "aspen",
    "decoration",
    "service",
    "engine",
    "styling",
    "tree",
    "file"
  ],
  "author": "Neek Sandhu <neek.sandhu@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neeksandhu/aspen-decorations/issues"
  },
  "homepage": "https://github.com/neeksandhu/aspen-decorations#readme"
}
