forked from zendesk/copenhagen_theme
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 806 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "copenhagen_theme",
"packageManager": "yarn@4.13.0",
"version": "1.0.0",
"repository": "git@github.com:zendesk/copenhagen_theme.git",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"audit": "yarn npm audit --all --recursive --no-deprecations",
"build": "yarn choco-theme",
"build-copy-theme": "npx tsx node_modules/@chocolatey-software/build-tools/build/copy-theme.ts zendesk",
"choco-theme": "yarn build-copy-theme",
"link-github": "npx tsx node_modules/@chocolatey-software/build-tools/build/link-github.ts",
"link-local": "npx tsx node_modules/@chocolatey-software/build-tools/build/link-local.ts"
},
"devDependencies": {
"@chocolatey-software/build-tools": "2.7.0"
},
"dependencies": {
"@chocolatey-software/zendesk": "2.7.0"
}
}