-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 872 Bytes
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
{
"name": "trajectory",
"version": "0.1.56",
"description": "Restricted-license Rust DNS transport",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"client:desktop:dev": "npm --prefix clients/desktop run dev",
"client:desktop:build": "npm --prefix clients/desktop run build",
"client:desktop:tauri": "npm --prefix clients/desktop run tauri",
"client:desktop:tauri:build": "npm --prefix clients/desktop run tauri:build",
"client:desktop:tauri:check": "npm --prefix clients/desktop run tauri:check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShahabSL/trajectory.git"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/ShahabSL/trajectory/issues"
},
"homepage": "https://github.com/ShahabSL/trajectory#readme"
}