-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 948 Bytes
/
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
{
"name": "dubhe",
"version": "0.5.0",
"private": true,
"description": "Dubhe is the fabric of autonomous worlds",
"repository": {
"type": "git",
"url": "https://github.com/0xobelisk/dubhe.git"
},
"scripts": {},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.{ts,tsx,css,md,mdx,sol}": "prettier --write",
"package.json": "pnpm sort-package-json"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"chalk": "^5.2.0",
"eslint": "8.29.0",
"execa": "^7.0.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"rimraf": "^3.0.2",
"turbo": "^1.9.3",
"typescript": "5.1.6"
},
"engines": {
"node": "18.x",
"pnpm": "8.x"
}
}