-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 941 Bytes
/
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
{
"name": "@science-medicine-group/newsletters",
"description": "Newsletters for Science and Medicine Group",
"repository": "https://github.com/parameter1/science-medicine-group-newsletters.git",
"author": "Jessica Stenzel <[email protected]>",
"license": "MIT",
"private": true,
"root": true,
"workspaces": [
"packages/*",
"tenants/*"
],
"scripts": {
"build": "lerna run build",
"compile": "lerna run compile",
"generate-gha-workflows": "mindful-web-newsletter generate-gha-workflows",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"test": "lerna run test"
},
"devDependencies": {
"@parameter1/base-cms-eslint": "^4.74.0",
"@parameter1/base-cms-marko-compiler": "^4.74.0",
"lerna": "^6.5.1"
},
"resolutions": {
"editorconfig": "1.0.2"
},
"engines": {
"node": ">=14.15"
},
"os": [
"darwin",
"linux",
"win32"
]
}