{
  "name": "@solariera/web-style-css",
  "version": "0.8.1",
  "description": "Style functions for ReactNative",
  "author": "Solariera <always@solariera.com> (https://github.com/solariera)",
  "license": "MIT",
  "keywords": [
    "react",
    "styled-components",
    "css"
  ],
  "homepage": "https://github.com/solariera/web-style-css#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/solariera/web-style-css.git"
  },
  "bugs": {
    "url": "https://github.com/solariera/web-style-css/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@solariera/rgba-syntax": "^0.0.1",
    "styled-components": "^5.3.1"
  },
  "scripts": {
    "test": "jest",
    "test:cov": "jest ---watch --coverage",
    "typesync": "typesync || :",
    "clean": "rm -rf lib/",
    "lint": "eslint src/**/*.ts",
    "ts-declaration": "tsc --declaration --outDir lib",
    "build": "yarn ts-declaration",
    "build:watch": "build --watch",
    "build:clean": "yarn clean && yarn ts-declaration ",
    "prepare": "yarn build"
  },
  "devDependencies": {
    "@jest/types": "^27.1.0",
    "@solariera/easy-jest": "^0.0.10",
    "@types/eslint": "^7.28.0",
    "@types/jest": "^27.0.1",
    "@types/prettier": "^2.3.2",
    "@types/styled-components": "^5.1.14",
    "@typescript-eslint/parser": "^4.30.0",
    "can-npm-publish": "^1.3.6",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "jest": "^27.1.0",
    "jest-cli": "^27.1.0",
    "prettier": "^2.3.2",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.2",
    "typesync": "^0.8.0"
  }
}
