-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.26 KB
/
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
44
45
46
47
48
{
"private": true,
"name": "bare",
"description": "Small and modular JavaScript runtime for desktop and mobile",
"scripts": {
"test": "prettier . --check"
},
"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": "^2.0.0",
"bare-console": "^6.0.0",
"bare-events": "^2.0.0",
"bare-hrtime": "^2.0.0",
"bare-inspector": "^4.0.1",
"bare-module": "^4.1.0",
"bare-module-resolve": "^1.6.1",
"bare-os": "^3.0.1",
"bare-path": "^3.0.0",
"bare-queue-microtask": "^1.0.0",
"bare-repl": "^4.0.0",
"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-assert": "^1.0.0",
"bare-http1": "^4.0.0",
"cmake-bare": "^1.1.7",
"cmake-bare-bundle": "^2.0.0",
"cmake-drive": "^1.1.1",
"cmake-fetch": "^1.0.0",
"cmake-napi": "^1.0.7",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0"
}
}