aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c6697ed
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "creative-coding-playground",
+ "version": "0.0.0",
+ "description": "Playground for my creative coding experiments",
+ "author": "Akshay Nair <phenax5@gmail.com>",
+ "license": "MIT",
+ "devDependencies": {
+ "eslint": "^8.52.0",
+ "eslint-config-prettier": "^9.0.0",
+ "eslint-plugin-prettier": "^5.0.1",
+ "prettier": "^3.0.3"
+ }
+}