-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"private": true,
"name": "bare-kit",
"description": "Bare for native application development",
"scripts": {
"format": "prettier --write . && lunte --fix",
"lint": "prettier --check . && lunte"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-kit.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-kit/issues"
},
"homepage": "https://github.com/holepunchto/bare-kit#readme",
"dependencies": {
"bare-bundle": "^1.4.0",
"bare-console": "^6.0.0",
"bare-crypto": "^1.2.8",
"bare-events": "^2.4.2",
"bare-fs": "^4.0.1",
"bare-ipc": "^1.0.1",
"bare-logger": "^2.0.0",
"bare-module": "^6.0.1",
"bare-module-resolve": "^1.6.2",
"bare-path": "^3.0.0",
"bare-system-logger": "^1.0.1",
"bare-unpack": "^1.0.2",
"bare-url": "^2.0.1"
},
"devDependencies": {
"cmake-bare": "^1.3.0",
"cmake-bare-bundle": "^2.1.3",
"cmake-fetch": "^1.1.0",
"cmake-napi": "^1.1.2",
"lunte": "^1.6.0",
"prettier": "^3.3.3",
"prettier-config-holepunch": "^2.0.0"
}
}