-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.77 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
52
53
54
55
56
57
58
{
"name": "@kherock/yarn-plugins",
"version": "24.3.0",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
"examples/**",
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.23.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@yarnpkg/eslint-config": "^1.0.0",
"@yarnpkg/sdks": "^3.1.0",
"babel-jest": "^29.7.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"eslint-plugin-arca": "^0.16.0",
"eslint-plugin-react": "^7.33.2",
"github-api": "^3.4.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nodemon": "^3.0.2",
"tslib": "^2.6.2",
"typescript": "~5.2.2"
},
"dependenciesMeta": {
"core-js": {
"built": false
},
"core-js-pure": {
"built": false
}
},
"resolutions": {
"conventional-changelog-core": "kherock/conventional-changelog#workspace=conventional-changelog-core&commit=7463c09869fa355a5189d19291a5fc5c5473b768",
"conventional-changelog-writer": "kherock/conventional-changelog#workspace=conventional-changelog-writer&commit=7463c09869fa355a5189d19291a5fc5c5473b768",
"esbuild@^0.19.11": "npm:esbuild-wasm@^0.19.11"
},
"scripts": {
"run:watch": "nodemon --watch \"$INIT_CWD\" --ext ts --exec \"cd '$INIT_CWD' && yarn run $@\"",
"test:lint": "eslint --max-warnings 0 \"packages/**/@(sources|tests)/**/*.@(tsx|ts|js)\"",
"test:unit": "jest",
"typecheck:all": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kherock/yarn-plugins.git"
},
"engines": {
"node": ">=18.12.0"
},
"packageManager": "[email protected]"
}