aboutsummaryrefslogtreecommitdiff
path: root/tools/petpet/package.json
blob: 0b48cd18abca62d7057db2ae3b145dff4f09bcd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "petpet",
  "version": "1.0.0",
  "description": "",
  "license": "GPL-3.0-or-later",
  "author": "",
  "type": "commonjs",
  "main": "init.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "canvas": "^3.2.2",
    "gifenc": "^1.0.3"
  }
}