-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.59 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.59 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "cyberdeck",
"version": "0.4.7",
"description": "Cross-platform CLI mod manager for Cyberpunk 2077",
"main": "./dist/src/index.js",
"type": "module",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/islathehut/cyberdeck.git"
},
"bin": {
"cyberdeck": "./dist/src/index.js"
},
"scripts": {
"apply-patches": "tsx ./scripts/apply_patches.ts",
"generate-support-files": "tsx ./scripts/gen_support_files.ts",
"postinstall": "pnpm run apply-patches",
"build": "npx tsc && pnpm run generate-support-files",
"build:clean": "rm -rf dist/ && pnpm run build",
"bundle": "esbuild dist/src/index.js --bundle --platform=node --format=cjs --outfile=bundle/bundle.cjs --allow-overwrite --main-fields=module,main",
"build:bundle": "pnpm run build && pnpm run bundle",
"dist:blob": "node --experimental-sea-config bin/config/sea-config.json",
"dist:create": "tsx ./scripts/release/release.ts",
"generate:types:nexusmods": "npx openapi-typescript src/app/mods/external/nexusMods/nexusMods.swagger.yaml --output src/app/mods/external/nexusMods/nexusMods.api.types.ts",
"prettier": "pnpx prettier -c --config .prettierrc.json src/ scripts/ test/",
"prettier:fix": "pnpx prettier -c --config .prettierrc.json -w src/ scripts/ test/",
"lint": "pnpx eslint -c eslint.config.mjs",
"lint:fix": "pnpx eslint -c eslint.config.mjs --fix",
"format": "pnpm run prettier && pnpm run lint",
"format:fix": "pnpm run prettier:fix && pnpm run lint:fix",
"link-tap-snapshots": "tsx ./scripts/link_snapshots.ts",
"test": "pnpm run link-tap-snapshots && tap --color",
"test:ci": "pnpm run link-tap-snapshots && cross-env IS_CI=true DEBUG=cyberdeck* tap --color --serial=test/ --reporter=base --jobs 1",
"start": "cross-env DEBUG=cyberdeck* node dist/src/index.js",
"prepare": "husky",
"publish:tag": "CYBERDECK_PUBLISH_VERSION=$(node -e \"var pj = require('./package.json'); console.log(pj.version);\") && git tag -a $CYBERDECK_PUBLISH_VERSION -m \"Publishing version $CYBERDECK_PUBLISH_VERSION\" && git push --tags",
"publish": "npx changeset version && git add . && cross-env CYBERDECK_PUBLISH_VERSION=$(node -e \"var pj = require('./package.json'); console.log(pj.version);\") git commit -m \"Publishing version $CYBERDECK_PUBLISH_VERSION\" && git push origin && pnpm run publish:tag && npx gh-release -t $CYBERDECK_PUBLISH_VERSION -n $CYBERDECK_PUBLISH_VERSION",
"changeset:create": "npx changeset"
},
"keywords": [],
"author": "Isla",
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@inquirer/core": "^10.0.1",
"@inquirer/prompts": "^7.0.1",
"@inquirer/type": "^3.0.0",
"ansi-art": "^1.3.0",
"ansi-escapes": "^7.0.0",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"clipboardy": "4.0.0",
"debug": "4.3.6",
"figlet": "^1.7.0",
"figures": "^6.1.0",
"inquirer-autocomplete-standalone": "^0.8.1",
"inquirer-radio-prompt": "^1.2.0",
"inquirer-sortable-checkbox": "^1.0.1",
"jszip": "^3.10.1",
"luxon": "3.5.0",
"node-7z": "^3.0.0",
"node-unrar-js": "^2.0.2",
"ora": "^8.1.0",
"p-defer": "^4.0.1",
"supports-color": "^9.4.0",
"verse.db": "^2.2.15",
"yaml": "^2.6.0"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@changesets/cli": "^2.27.9",
"@tapjs/clock": "^3.0.0",
"@types/debug": "4.1.12",
"@types/figlet": "^1.5.8",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.14",
"@types/luxon": "3.4.2",
"@types/node": "^22.9.0",
"@types/node-7z": "^2.1.10",
"ansi-regex": "^6.1.0",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint-config-love": "^96.0.0",
"gh-release": "^7.0.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"openapi-typescript": "5.4.1",
"pnpm": "9.12.3",
"prettier": "^3.1.0",
"symlink-dir": "^6.0.3",
"tap": "^21.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.5.3"
},
"volta": {
"node": "22.11.0",
"pnpm": "9.12.3"
},
"engines": {
"node": "22.11.0",
"npm": "9.12.3"
},
"lint-staged": {
"*.ts": [
"pnpm run prettier",
"pnpm run lint"
]
},
"tap": {
"coverage-map": "coverage-map.mjs",
"plugin": [
"@tapjs/clock"
],
"exclude": [
"test/testUtils/*"
],
"include": [
"test/*"
]
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}