UNPKG

866 BJSONView Raw
1{
2 "name": "@absolunet/nwayo-cli",
3 "version": "3.9.3",
4 "description": "CLI for nwayo",
5 "definition": "",
6 "homepage": "https://documentation.absolunet.com/nwayo",
7 "author": {
8 "name": "Absolunet",
9 "url": "https://absolunet.com"
10 },
11 "keywords": [
12 "cli",
13 "nwayo"
14 ],
15 "license": "MIT",
16 "repository": {
17 "url": "git://github.com/absolunet/nwayo.git",
18 "type": "git"
19 },
20 "bugs": {
21 "url": "https://github.com/absolunet/nwayo/issues"
22 },
23 "bin": {
24 "nwayo": "bin/nwayo"
25 },
26 "engines": {
27 "node": ">= 14.17.0"
28 },
29 "main": "index.js",
30 "dependencies": {
31 "@absolunet/fss": "^1.7.0",
32 "@absolunet/terminal": "^3.2.0",
33 "boxen": "^5.1.2",
34 "chalk": "^4.1.2",
35 "cross-spawn": "^7.0.3",
36 "minimist": "^1.2.6",
37 "open": "^8.4.0",
38 "string-width": "^4.2.3",
39 "update-notifier": "^5.1.0"
40 }
41}