-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1002 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
38
39
{
"name": "@cox-matthews-associates/websites",
"description": "Websites for Cox Matthews and Associates, Inc",
"repository": "https://github.com/parameter1/cox-matthews-associates-websites.git",
"author": "Brandon Krigbaum <[email protected]>",
"license": "MIT",
"private": true,
"root": true,
"workspaces": [
"packages/*",
"sites/*"
],
"scripts": {
"build": "lerna run build",
"compile": "lerna run compile",
"generate-gha-workflows": "mindful-web-website generate-gha-workflows",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"test": "lerna run test"
},
"devDependencies": {
"@mindful-web/eslint": "^1.0.0",
"@mindful-web/marko-compiler": "^1.0.0",
"@mindful-web/browserslist-config": "^1.0.0",
"lerna": "^6.5.1"
},
"engines": {
"node": ">=14.15"
},
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {},
"browserslist": [
"extends @mindful-web/browserslist-config"
]
}