-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "steering_text_paths",
"version": "1.1.6",
"description": "https://GitHub.com/CodingTrain/Coding-Challenges",
"author": "Daniel Shiffman",
"license": "MIT",
"repository": "https://GitHub.com/GoSubRoutine/Steering-Text-Paths",
"homepage": "https://YouTube.com/watch?v=4hA7G3gup-4",
"type": "module",
"private": true,
"keywords": [
"types",
"module",
"mts",
"mjs",
"loadFont()",
"textToPoints()",
"createVector()",
"random2D()",
"sub()",
"setMag()",
"limit()"
],
"scripts": {
"compile": "cd scripts && compile",
"start": "cd scripts && run",
"test": "cd scripts && compile && run",
"setup": "cd scripts && setup",
"update": "cd scripts && update",
"preinstall":
"cd scripts && install-dev-apps & install-dev-libs & install-lib-types"
},
"devDependencies": {
"p5": ">=1",
"@types/p5": ">=1"
},
"peerDependencies": {
"typescript": ">=4.7",
"serve": "x"
},
"peerDependenciesMeta": {
"typescript": { "optional": true },
"serve": { "optional": true }
}
}