forked from ordzaar/ord-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 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
29
30
31
{
"name": "ord-connect-workspace",
"version": "0.0.4",
"private": true,
"repository": "https://github.com/binaryck/ord-connect",
"bugs": "https://github.com/binaryck/ord-connect/issues",
"license": "MIT",
"scripts": {
"prepare": "husky",
"publish": "node ./scripts/publish.js",
"dev": "turbo run dev",
"build": "turbo run build",
"format": "prettier --write .",
"lint": "turbo run lint -- --fix"
},
"devDependencies": {
"@ordzaar/standard-prettier": "^2.2.0",
"@ordzaar/standard-web-linter": "^2.2.0",
"husky": "^9.1.7",
"turbo": "^2.3.3"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"packageManager": "pnpm@9.14.2",
"pnpm": {
"overrides": {
"eslint-plugin-react-hooks": "5.0.0"
}
}
}