forked from calimero-network/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"name": "@calimero-is-near/monorepo",
"private": true,
"engines": {
"node": ">=18.19.0",
"pnpm": ">=8"
},
"scripts": {
"format:md": "prettier --write \"**/*.{md,mdx}\"",
"check:md": "prettier --check \"**/*.{md,mdx}\"",
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"commitlint": "^17.8.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"prettier": "3.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.9.5"
},
"version": "0.0.2-beta.0"
}