aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-09 22:48:19 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-09 22:48:19 +0530
commit5a659a47c6e4823c2e29dd03eb8988270157de43 (patch)
tree665047b16c6d99dc03e6a196f92a1dda72ab7067 /package.json
downloadcss-everything-5a659a47c6e4823c2e29dd03eb8988270157de43.tar.gz
css-everything-5a659a47c6e4823c2e29dd03eb8988270157de43.zip
chore: init commit is the shit that makes me want to quit
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c1652d1
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "cssx",
+ "version": "0.0.0",
+ "main": "src/index.ts",
+ "repository": "__",
+ "author": "Akshay Nair <phenax5@gmail.com>",
+ "license": "MIT",
+ "devDependencies": {
+ "typescript": "^5.1.6"
+ }
+}