{
  "name": "@bernatfortet/global-styles",
  "version": "0.1.67",
  "description": "Global Styles for styled-components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bernatfortet/basement-global-styles.git"
  },
  "scripts": {
    "build": "tsc",
    "compile": "babel --presets es2015,stage-0 -d lib/ src/",
    "release": "yarn run build && npm version patch && npm publish",
    "test": "jest",
    "test:watch": "jest --watch --verbose",
    "demo": "cd ./demo && yarn start"
  },
  "devDependencies": {
    "@types/jest": "^23.3.11",
    "@types/node": "^10.12.18",
    "@types/react": "^16.7.18",
    "@types/react-dom": "^16.0.11",
    "@types/styled-components": "^4.1.12",
    "jest": "^23.6.0",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-native": "^0.57.8",
    "styled-components": "^4.2.0",
    "ts-jest": "^23.10.5",
    "ts-node": "^7.0.1",
    "typescript": "^3.2.2"
  },
  "author": "Bernat Fortet Unanue",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bernatfortet/basement-global-styles/issues"
  },
  "homepage": "https://github.com/bernatfortet/basement-global-styles#readme",
  "dependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
