forked from ethereumjs/ethereumjs-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.45 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"checkNpmVersion": "./scripts/check-npm-version.sh",
"clean": "./config/cli/clean-root.sh",
"e2e:inject": "node ./scripts/e2e-inject-resolutions.js",
"e2e:publish": "./scripts/e2e-publish.sh",
"e2e:resolutions": "node ./scripts/e2e-resolutions.js",
"examples": "npm run examples --workspaces --if-present",
"preinstall": "npm run checkNpmVersion",
"prettier": "prettier --write \"./**/*.{js,json,md,ts,yml}\"",
"postinstall": "npm run build --workspaces",
"prepare": "git config --local core.hooksPath .githooks",
"sort-package-json": "sort-package-json \"package.json\" \"packages/*/package.json\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-typestrict": "1.0.5",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-implicit-dependencies": "^1.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.14.0",
"lint-staged": "^13.0.3",
"nyc-report-lcov-absolute": "^1.0.0",
"prettier": "^2.7.1",
"sort-package-json": "^1.57.0",
"typedoc": "^0.23.10",
"typedoc-plugin-markdown": "^3.13.4",
"verdaccio": "^4.12.2"
},
"engines": {
"npm": ">=7"
}
}