From 353b5999f316adcfb44ab3b3b30136a0e8f663d1 Mon Sep 17 00:00:00 2001 From: amber <146651411+tuta-amb@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:52:43 +0000 Subject: [PATCH] stuff --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..30d5a6c --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "css-scope-inline", + "description": "scope css style blocks to their parent", + "version": "1.0.0", + "license": "MIT", + "main": "script.js", + "bugs": { + "url": "https://github.com/gnat/css-scope-inline/issues" + }, + "author": { + "name": "gnat", + "url": "https://github.com/gnat" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/gnat/css-scope-inline.git" + }, + "keywords": [ + "css", + "scoped-css", + "inline-css" + ] +}