summaryrefslogtreecommitdiff
path: root/package.json
blob: 533351a345235ca7e1d76cfd83c8baddafa9aad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "fractiform",
  "version": "1.0.0",
  "description": "fractals",
  "main": "fractiform.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "pommicket",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^8.45.0"
  }
}