summaryrefslogtreecommitdiff
path: root/package.json
blob: ab1069f1e5714b8f48f6a8e781070da446685f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "pugl",
  "version": "1.0.0",
  "description": "shaders on the world wide web",
  "main": "pugl.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "pommicket",
  "license": "WTFPL",
  "devDependencies": {
    "eslint": "^8.45.0",
    "prettier": "^3.0.0"
  }
}