aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c6697edb87b9dea0f034d14631d1b11ad735fc37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"
  }
}