-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.45 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
49
50
51
52
53
{
"author": "Austin Cheney",
"bin": "./bin/share-files.js",
"bugs": {
"url": "https://github.com/prettydiff/share-file-systems/issues"
},
"command": "share",
"description": "An OS GUI that is fully distributed, directly point-to-point, and executes in your browser.",
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.46",
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"typescript": "^5.0.4"
},
"directories": {
"bin": "./bin",
"doc": "./documentation",
"lib": "./lib",
"test": "./lib/terminal/test"
},
"keywords": [
"file",
"system",
"file system",
"share",
"peer to peer",
"gui",
"explorer",
"private",
"privacy"
],
"license": "AGPL-3.0-only",
"main": "js/lib/terminal/utilities/terminal.js",
"name": "share-file-systems",
"repository": {
"type": "git",
"url": "git+https://github.com/prettydiff/share-file-systems.git"
},
"scripts": {
"prerestart": "share build",
"restart": "share service",
"start": "node js/lib/tauri.js",
"tauri": "tauri",
"test": "share test"
},
"types": "/lib/typescript",
"type": "module",
"version": "0.4.2"
}