{
  "name": "postcss-import-styled-js",
  "version": "1.0.21",
  "description": "Compiles Styled export to CSS at compile time",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "styled-js",
    "postcss-import-styled-js"
  ],
  "homepage": "https://github.com/web-atoms/postcss-styled-js#readme",
  "bugs": {
    "url": "https://github.com/web-atoms/postcss-styled-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-atoms/postcss-styled-js.git"
  },
  "license": "MIT",
  "author": "Akash Kava",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "manual-test": "node --enable-source-maps ./index.js ./manual-test/body.css.js",
    "postversion": "git push --follow-tags"
  },
  "peerDependencies": {
    "postcss": "^8.5.3",
    "postcss-value-parser": "^4.2.0"
  },
  "dependencies": {
    "glob": "^11.0.1",
    "source-map": "^0.7.4",
    "stacktrace-parser": "^0.1.11",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/node": "^22.13.14",
    "postcss": "^8.5.3",
    "postcss-value-parser": "^4.2.0",
    "typescript": "^5.8.2"
  }
}
