-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.49 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
{
"name": "repositories-linux",
"description": "Repositories Linux",
"version": "1.0.0",
"private": true,
"author": {
"name": "Baptiste Augrain",
"email": "daiyam@zokugun.org"
},
"license": "MIT",
"homepage": "https://github.com/VSCodium/repositories-linux",
"repository": {
"type": "git",
"url": "https://github.com/VSCodium/repositories-linux.git"
},
"bugs": {
"url": "https://github.com/VSCodium/repositories-linux/discussions/categories/issue-triage"
},
"scripts": {
"audit:fix": "npm audit fix --min-release-age=0",
"build:pages": "./scripts/setup.sh; ./scripts/build_pages.sh",
"ci:lint": "zizmor .",
"ci:lint:fix": "zizmor . --fix=all",
"lint:all": "npm audit && npm run lint:package && npm run ci:lint",
"lint:package": "fixpack || true",
"prepare": "husky; npm run lint:package",
"update:artifacts": "artifact update",
"update:ci": "PINACT_MIN_AGE=7 pinact run --update",
"update:deps": "taze --all"
},
"dependencies": {
"@tailwindcss/cli": "4.3.1",
"@tailwindcss/typography": "0.5.20",
"liquidjs": "10.27.0",
"tailwindcss": "4.3.1",
"wrangler": "4.104.0"
},
"devDependencies": {
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"fixpack": "4.0.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"taze": "19.14.1"
},
"overrides": {
"miniflare": {
"sharp": "0.35.0"
}
},
"allowScripts": {
"@parcel/watcher": false,
"fsevents": true,
"esbuild": true,
"sharp": false,
"workerd": false
},
"keywords": []
}