-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.04 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
54
55
56
{
"name": "@pinpt/cli",
"version": "1.0.1",
"description": "Pinpoint CLI",
"bin": {
"pinpt": "bin/cli.mjs"
},
"files": [
"bin",
"lib"
],
"@pinpt/cli": {
"yarn": "yarn @pinpt/cli",
"npx": "npx @pinpt/cli",
"default": "pinpt"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pinpt/cli.git"
},
"keywords": [
"Pinpoint"
],
"author": "Pinpoint",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinpt/cli/issues"
},
"homepage": "https://pinpoint.com",
"dependencies": {
"adm-zip": "^0.5.5",
"arg": "^5.0.0",
"cfonts": "^2.9.3",
"cli-progress": "^3.9.0",
"execa": "^5.1.1",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"get-stream": "^6.0.1",
"got": "^11.8.2",
"kleur": "^4.1.4",
"ora": "^5.4.1",
"picomatch": "^2.3.0",
"prompts": "^2.4.1",
"recursive-copy": "^2.0.13",
"rimraf": "^3.0.2",
"slugify": "^1.6.0",
"systeminformation": "^5.8.0",
"terminal-link": "^3.0.0",
"through2": "^4.0.2",
"tmp": "^0.2.1"
},
"engines": {
"node": ">=12"
}
}