-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 2 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
{
"name": "@oada/formats-monorepo",
"private": true,
"workspaces": [
"schemas",
"packages/*"
],
"scripts": {
"g:eslint": "cd $INIT_CWD && eslint",
"g:tsc": "cd $INIT_CWD && tsc -b",
"prepare": "yarn workspaces foreach -Apt --topological-dev run build",
"build": "bundle exec jekyll build",
"clean": "yarn workspaces foreach -Ap run clean",
"test": "lerna run test",
"test:dev": "lerna run clean && lerna run build && lerna run test"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@yarnpkg/sdks": "^3.1.0",
"browserslist": "^4.23.0",
"coveralls": "^3.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.44.0",
"eslint-config-xo-typescript": "^4.0.0",
"eslint-formatter-pretty": "^6.0.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-array-func": "^5.0.1",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-escompat": "^3.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-constructor-bind": "^2.0.4",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.4.0",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unicorn": "^52.0.0",
"hygen": "^6.2.11",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"typescript": "5.4.4",
"update-browserslist-db": "^1.0.13"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.9.0"
}
}