-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.62 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
59
60
61
62
63
64
65
66
{
"name": "browserslist-tools",
"version": "0.0.0",
"description": "Monorepo for Xerox browserslist tools.",
"keywords": [
"browserslist",
"monorepo",
"tools",
"adobe",
"analytics"
],
"repository": "[email protected]:xeroxinteractive/browserslist-tools.git",
"author": "Andrew Leedham <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "nx run-many --all --target=test",
"lint": "nx run-many --all --target=lint",
"build": "nx run-many --all --target=build"
},
"devDependencies": {
"@auto-it/slack": "11.0.4",
"@changesets/cli": "2.26.2",
"@nrwl/cli": "15.9.3",
"@nrwl/jest": "16.10.0",
"@nrwl/js": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/node": "16.10.0",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/workspace": "16.10.0",
"@types/jest": "29.5.5",
"@types/node": "18.18.5",
"@types/node-fetch": "2.6.6",
"@types/semver": "7.5.3",
"@xerox/eslint-config": "5.0.6",
"@xerox/prettier-config": "4.0.3",
"auto": "11.0.4",
"eslint": "8.51.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"jest": "29.7.0",
"jest-circus": "29.7.0",
"jest-package-audit": "5.0.3",
"lerna": "7.3.1",
"mockdate": "3.0.5",
"nx": "16.10.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"private": true,
"workspaces": [
"packages/*",
"root"
],
"dependencies": {
"tslib": "2.6.2"
},
"resolutions": {
"jsonwebtoken": ">=9.0.0"
},
"packageManager": "[email protected]"
}