-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
77 lines (77 loc) · 2.22 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@sgftech/medusa-strapi-repo",
"private": true,
"version": "4.6.6",
"description": "Monorepo for all Strapi components to sync with medusa",
"keywords": [
"medusa",
"medusa-plugins",
"strapi"
],
"engines": {
"node": ">14.17.3"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"integration-test": "./node_modules/.bin/lerna run integration-test --concurrency 1",
"build": "./node_modules/.bin/lerna run --parallel build",
"bootstrap": "./node_modules/.bin/lerna bootstrap",
"clean": "./node_modules/.bin/lerna run --parallel clean",
"release": "./node_modules/.bin/lerna publish",
"watch": "./node_modules/.bin/lerna run watch",
"test": "./node_modules/.bin/lerna run test ",
"lint": "./node_modules/.bin/eslint 'packages/**' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sgfgov/medusa-strapi-repo.git"
},
"author": "Govind Diwakar",
"license": "MIT",
"bugs": {
"url": "https://github.com/sgfgov/medusa-strapi-repo/issues"
},
"homepage": "https://github.com/sgfgov/medusa-strapi-repo#readme",
"dependencies": {
"rimraf": "^3.0.1",
"tsconfig.json": "^1.0.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"tslint": "~6.1.0",
"typescript": "^4.9.5"
},
"resolutions": {
"**/jsonwebtoken": "^9.0.0",
"**/passport": "^0.6.0",
"**/sqlite3": "^5.1.5",
"**/xml2js": "^0.5.0",
"**/parse-path": "^5.0.0",
"**/parse-url": "^8.1.0",
"**/sharp": "0.32.0",
"**/class-validator": "^0.14.0",
"**/engine.io": "^6.4.2",
"**/strapi-plugin-multi-country-select": "npm:@sgftech/plugin-multi-country-select",
"**/typescript": "4.9.5",
"**/codemirror": "5.65.11",
"**/protobufjs": "^7.2.4",
"**/tough-cookie": "^4.1.3",
"**/node-fetch": "^2.6.7",
"**/follow-redirects": "^1.14.8",
"**/axios": "0.27.2",
"**/@strapi/utils": "4.13.1",
"**/semver": "^7.5.2"
}
}