{
  "name": "inlines",
  "description": "When you just want to use the style prop in React",
  "version": "0.5.3",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "source": "src/index.ts",
  "exports": {
    ".": "./dist/src/index.js",
    "./ssr": "./dist/src/ssr.js"
  },
  "type": "module",
  "scripts": {
    "build": "npx tsc",
    "watch": "npx tsc -w",
    "test": "npx ava"
  },
  "files": [
    "src",
    "dist/src/**/*.js",
    "dist/src/**/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "ava": {
    "timeout": "4m",
    "workerThreads": false,
    "files": [
      "./dist/test/extract.js",
      "./dist/test/ssr.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atelier-saulx/inlines.git"
  },
  "keywords": [
    "react",
    "inline",
    "style",
    "styled",
    "css"
  ],
  "sideEffects": false,
  "author": "youzi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/atelier-saulx/inlines/issues"
  },
  "prettier": "@saulx/prettier-config",
  "homepage": "https://github.com/atelier-saulx/inlines#readme",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*",
    "typescript": "*"
  },
  "dependencies": {
    "@saulx/hash": "^3.0.0"
  },
  "devDependencies": {
    "@saulx/prettier-config": "^2.0.0",
    "@saulx/tsconfig": "^1.1.0",
    "@types/node": "^20.17.9",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "ava": "^6.1.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "typescript": "^4.9.5"
  }
}
