-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.56 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.56 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
{
"name": "hp-stuff",
"version": "0.4.0",
"license": "ISC",
"type": "module",
"scripts": {
"lint": "eslint ",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@eslint/js": "^9.26.0",
"@release-it/conventional-changelog": "^10.0.1",
"@tsconfig/node22": "^22.0.1",
"@typescript-eslint/parser": "^8.32.0",
"broken-link-checker": "^0.7.8",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.0",
"globals": "^16.1.0",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"linkinator": "^6.1.2",
"lint-staged": "^15.5.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-sh": "^0.17.4",
"quicktype": "^23.1.3",
"release-it": "^19.0.2",
"release-it-pnpm": "^4.6.5",
"stylelint-config-standard": "^38.0.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0"
},
"dependencies": {
"@hp-stuff/schemas": "link:packages/schemas",
"commitlint": "^19.8.1",
"dotenv": "^16.5.0",
"schemas": "link:../../../Library/pnpm/global/5/node_modules/@hp-stuff/schemas"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@parcel/watcher",
"protobufjs",
"sharp"
],
"onlyBuiltDependencies": [
"@pulumi/aws",
"@pulumi/aws-iam",
"@pulumi/docker",
"@pulumi/docker-build",
"aws-sdk",
"esbuild"
]
}
}