generated from bgd-labs/bgd-forge-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 751 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 751 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
{
"name": "bgd-forge-template",
"version": "1.0.0",
"scripts": {
"vitest": "vitest run --config vitest.config.ts",
"test": "pnpm run vitest",
"lint": "prettier ./",
"lint:fix": "pnpm run lint -- --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgd-labs/bgd-forge-template.git"
},
"keywords": [],
"author": "BGD labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/bgd-labs/bgd-forge-template/issues"
},
"homepage": "https://github.com/bgd-labs/bgd-forge-template#readme",
"devDependencies": {
"json-bigint": "^1.0.0",
"prettier": "2.8.7",
"prettier-plugin-solidity": "1.1.3",
"tsx": "^4.21.0",
"viem": "^2.46.1",
"vitest": "^4.0.18"
}
}