-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.42 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.42 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
48
49
50
51
52
53
54
55
{
"private": true,
"name": "bare",
"description": "Small and modular JavaScript runtime for desktop and mobile",
"workspaces": [
"npm"
],
"scripts": {
"format": "prettier --write .",
"lint": "prettier --check . && lunte"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare/issues"
},
"homepage": "https://github.com/holepunchto/bare#readme",
"dependencies": {
"bare-addon-resolve": "^1.4.1",
"bare-buffer": "^3.0.0",
"bare-console": "^6.0.0",
"bare-events": "^2.0.0",
"bare-hrtime": "^2.0.0",
"bare-inspector": "^6.0.0",
"bare-module": "^6.1.3",
"bare-module-resolve": "^1.6.1",
"bare-os": "^3.0.1",
"bare-path": "^3.0.0",
"bare-queue-microtask": "^1.0.0",
"bare-repl": "^6.0.1",
"bare-signals": "^4.0.4",
"bare-structured-clone": "^1.0.2",
"bare-timers": "^3.0.0",
"bare-tty": "^5.0.0",
"bare-url": "^2.0.0",
"paparam": "^1.1.2"
},
"devDependencies": {
"bare-http1": "^4.0.0",
"bare-tap": "^1.0.0",
"cmake-bare": "^1.1.7",
"cmake-bare-bundle": "^3.0.0",
"cmake-drive": "^1.1.1",
"cmake-fetch": "^1.4.10",
"cmake-harden": "^1.1.2",
"cmake-napi": "^1.0.7",
"lunte": "^1.4.0",
"prettier": "^3.3.3",
"prettier-config-holepunch": "^2.0.0"
}
}