-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 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
46
47
{
"name": "noodle",
"version": "1.1.0",
"description": "Generative Visual Programming",
"directories": {
"test": "test"
},
"scripts": {
"build": "spago build",
"bundle": "spago bundle",
"test": "spago test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamansir/noodle.git"
},
"author": "shamansir",
"license": "ISC",
"bugs": {
"url": "https://github.com/shamansir/noodle/issues"
},
"homepage": "https://github.com/shamansir/noodle#readme",
"dependencies": {
"@lydell/node-pty": "^1.1.0",
"@nyariv/sandboxjs": "^0.8.23",
"@shamansir/everblessed": "^0.3.1",
"bresenham": "^0.0.4",
"browser-or-node": "^3.0.0",
"drawille": "^2.0.2",
"fs": "^0.0.1-security",
"hydra-synth": "^1.3.9",
"neo-blessed": "^0.2.0",
"node-buffer": "^1.0.3",
"node-fs": "^0.1.7",
"term.js": "^0.0.7",
"terminal-size": "^4.0.0",
"util": "^0.12.5",
"ws": "^8.13.0",
"xhr2": "^0.2.1"
},
"devDependencies": {
"esbuild": "^0.25.8",
"events": "^3.3.0",
"parcel": "^2.15.4",
"process": "^0.11.10"
}
}