{
  "name": "@propellerads/theme-annotation",
  "version": "1.2.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "description": "Component for theming",
  "keywords": [
    "theme",
    "annotation"
  ],
  "files": [
    "dist"
  ],
  "author": "n.milantyeva@propellerads.net",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "module": "dist/theme-annotation.esm.js",
  "peerDependencies": {
    "react": "16.11.0",
    "styled-components": "5.1.1",
    "@types/styled-components": "5.1.1"
  },
  "devDependencies": {
    "tsdx": "^0.13.2",
    "tslib": "^2.0.1",
    "typescript": "^3.9.7"
  }
}
