{
  "name": "@core0/theme",
  "version": "0.0.18",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "rimraf dist && rollup --config",
    "test": "jest"
  },
  "dependencies": {
    "@core0/theme-stylus": "workspace:*"
  }
}
