-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.1 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
{
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"preview": "pnpm -r preview",
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"test": "pnpm -r test",
"test:watch": "pnpm -r test:watch",
"dep:major": "pnpm dlx npm-check-updates --packageFile '**/package.json' -u",
"dep:minor": "pnpm dep:major -t minor"
},
"keywords": [],
"author": {
"name": "Pier Francesco Ferrari",
"email": "pierfrancesco@commercelayer.io"
},
"repository": {
"type": "git",
"url": "https://github.com/commercelayer/mfe-identity.git"
},
"license": "MIT",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^8.1.8",
"npm-check-updates": "^17.1.4"
},
"resolutions": {
"@babel/traverse": "^7.23.2",
"axios": "^1.7.4",
"braces": "^3.0.3",
"ejs": "^3.1.10",
"follow-redirects": "^1.15.6",
"micromatch": "^4.0.8",
"semver": "^7.5.2",
"socks": "^2.7.3",
"word-wrap": "^1.2.4"
}
}