-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 840 Bytes
/
package.json
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
{
"name": "ml-matrix-p5js-example",
"version": "1.0.3",
"description": "Sorta template to have types for browser-loaded libs.",
"author": "GoToLoop",
"license": "Unlicense",
"homepage": "https://GitHub.com/GoToLoop/ML-Matrix-P5JS-Template",
"browser": "sketch.js",
"private": true,
"keywords": [
"ml-matrix",
"p5js",
"globalThis",
"workaround",
"template",
"example",
"types"
],
"scripts": {
"preinstall": "install-dev-apps & install-lib-types",
"compile": "compile",
"start": "server",
"test": "compile && server"
},
"devDependencies": {
"@types/p5": ">=1",
"ml-matrix": ">=6"
},
"peerDependencies": {
"typescript": ">=4",
"serve": "x"
},
"peerDependenciesMeta": {
"typescript": { "optional": true },
"serve": { "optional": true }
}
}