-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 978 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
38
39
40
41
42
43
{
"name": "p5js",
"version": "1.2.20",
"description": "The p5.js CLI.",
"main": "p5js-cli.js",
"bin": {
"p5js": "p5js-cli.js"
},
"files": [
"p5.js/",
"p5js-cli.js"
],
"scripts": {
"test": "jest",
"start": "node p5js-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archtaurus/p5js-cli.git"
},
"keywords": [
"p5.js",
"cli"
],
"author": "Zhao Xin <[email protected]> (https://www.haoohaoo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/archtaurus/p5js-cli/issues"
},
"homepage": "https://github.com/archtaurus/p5js-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.2.0",
"live-server": "^1.1.0"
},
"devDependencies": {
"jest": "^26.6.3",
"uuid": "^8.3.2"
},
"jest": {
"testEnvironment": "node"
}
}