-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 813 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
28
29
30
31
{
"name": "ompup",
"version": "0.6.0",
"description": "Continue local Oh My Pi projects on the best available persistent remote machine",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wolfiesch/ompup.git"
},
"homepage": "https://github.com/wolfiesch/ompup",
"bugs": {
"url": "https://github.com/wolfiesch/ompup/issues"
},
"bin": {
"ompup": "./bin/ompup"
},
"files": [
"bin/ompup",
"src/ompup/*.py",
"extension/index.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "python3 -m unittest discover -s tests -v && bun test tests/extension.test.ts"
},
"omp": {
"extensions": ["./extension/index.ts"]
},
"keywords": ["oh-my-pi", "omp", "tmux", "ssh", "rsync", "remote-development", "multi-host", "cmux"]
}