generated from atls-lab/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.61 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "tools",
"private": true,
"type": "module",
"workspaces": [
"schematics/**/*",
"prettier/**/*",
"code/**/*",
"webpack/**/*",
"runtime/**/*",
"config/**/*",
"yarn/**/*",
"cli/**/*"
],
"scripts": {
"cli:build": "yarn workspace @atls/yarn-cli build",
"yarn:download": "yarn workspace @atls/yarn-plugin-pnp-patch yarn:download"
},
"resolutions": {
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.1.2#~/.yarn/patches/@yarnpkg-builder-npm-4.1.2-2648882e59.patch",
"clipanion": "4.0.0-rc.2",
"conventional-changelog-angular@npm:^7.0.0": "patch:conventional-changelog-angular@npm%3A7.0.0#~/.yarn/patches/conventional-changelog-angular-npm-7.0.0-de5edb79f0.patch",
"eslint": "9.14.0",
"flatted@npm:^3.2.7": "patch:flatted@npm%3A3.2.7#./.yarn/patches/flatted-npm-3.2.7-0da10b7c56.patch",
"ink": "3",
"sort-package-json@2.4.1": "patch:sort-package-json@npm%3A2.4.1#./.yarn/patches/sort-package-json-npm-2.4.1-8ff012947f.patch",
"typescript": "5.5.4"
},
"devDependencies": {
"@atls/code-runtime": "workspace:*",
"@types/node": "22.9.0",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.1.2#~/.yarn/patches/@yarnpkg-builder-npm-4.1.2-2648882e59.patch",
"esbuild": "npm:esbuild-wasm@^0.23.1",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.5.1",
"dependeciesMeta": {
"jsr": {
"unplugged": true
}
},
"tools": {
"schematic": {
"collection": "@atls/schematics",
"schematic": "project",
"type": "libraries",
"migration": "1645001973970"
}
},
"typecheckSkipLibCheck": true
}