{
  "name": "scope-css",
  "version": "2.0.0",
  "description": "Scope each css rule with a selector, ie. nest into parent",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/scope-css.git"
  },
  "keywords": [
    "css",
    "style",
    "insert-css",
    "nesting",
    "scope",
    "nest",
    "parent",
    "selector",
    "sheetify"
  ],
  "author": "ΔY <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/scope-css/issues"
  },
  "homepage": "https://github.com/dy/scope-css#readme",
  "devDependencies": {
    "cln": "^1.1.0",
    "tst": "^9.2.1"
  }
}
