-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.68 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
{
"name": "@adaptive-web/adaptive-web-community",
"description": "Standards based, framework agnostic web components built using FAST.",
"type": "module",
"license": "MIT",
"author": {
"name": "Adaptive Web Community",
"url": "https://github.com/adaptive-web-community"
},
"repository": {
"url": "https://github.com/adaptive-web-community/adaptive-web-components"
},
"scripts": {
"bump": "beachball bump",
"change": "beachball change",
"checkchange": "beachball check --scope \"!examples/*\" --changehint \"Run 'npm run change' to generate a change file\"",
"check": "beachball check",
"publish": "beachball publish --access public --no-push",
"publish-ci": "beachball publish -y --access public",
"clean": "npm run clean --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"workspaces": [
"./packages/adaptive-ui",
"./packages/adaptive-web-components",
"./packages/adaptive-ui-designer-core",
"./packages/adaptive-ui-explorer",
"./packages/adaptive-ui-designer-figma",
"./packages/adaptive-ui-designer-figma-plugin",
"./examples/*"
],
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"beachball": "^2.31.11",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.25.0",
"typescript": "^4.9.5"
}
}