-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 947 Bytes
/
package.json
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
{
"private": true,
"workspaces": [
"packages/*",
"integration"
],
"scripts": {
"postinstall": "is-ci || husky install",
"build": "sn build",
"test": "sn test"
},
"devDependencies": {
"@angular/cli": "^19.0.0",
"@nrwl/linter": "^12.8.0",
"@snuggery/build-node": "0.11.0",
"@snuggery/snuggery": "0.13.1",
"@snuggery/yarn": "0.8.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cspell-lib": "^8.14.4",
"eslint": "^8.55.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.31.0",
"express-check-in": "^0.2.0",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"prettier": "^3.3.3",
"typescript": "~5.5.4"
},
"dependenciesMeta": {
"esbuild": {
"built": true
}
},
"resolutions": {
"[email protected]": "patch:source-map-support@npm:0.4.18#.yarn/patches/source-map-support-npm-0.4.18-cf66202fc8"
},
"packageManager": "[email protected]"
}