{
  "name": "styn",
  "version": "0.1.2",
  "description": "...",
  "sideEffects": false,
  "license": "MIT",
  "repository": "https://github.com/renatorib/styn",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "unpkg": "dist/styn.min.js",
  "types": "dist/types",
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Renato Ribeiro",
    "email": "hi@rena.to",
    "url": "https://github.com/renatorib"
  },
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "clean": "rm -rf dist",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "rollup -c",
    "build": "yarn clean && yarn build:types && yarn build:js",
    "test": "jest"
  },
  "keywords": [
    "styn",
    "style",
    "styling",
    "css",
    "css-in-js"
  ],
  "dependencies": {
    "@styn/core": "^0.1.2",
    "@styn/tree": "^0.1.1"
  },
  "gitHead": "080c68a2cb7f264e99ec62bd119bf69a70a42159"
}
