-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "records",
"version": "1.0.0",
"description": "",
"main": "index.js",
"sourceType": "module",
"scripts": {
"start": "canvas-sketch-cli --hot --open --output=media/",
"new": "canvas-sketch-cli --new --template=penplot",
"build": "canvas-sketch-cli --build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"canvas-sketch": "^0.7.6",
"canvas-sketch-cli": "^1.11.21",
"canvas-sketch-util": "^1.10.0",
"convex-hull": "^1.0.3",
"delaunay-triangulate": "^1.1.6",
"density-clustering": "^1.3.0",
"eslint": "^8.57.0",
"p5": "^1.9.0",
"penplot": "^3.0.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0"
}
}