-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 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": "chainflip-product-toolkit",
"version": "1.0.0",
"description": "",
"type": "module",
"private": true,
"scripts": {
"syncpack:list": "pnpm syncpack list-mismatches",
"syncpack:fix": "pnpm syncpack fix-mismatches",
"prettier:check": "prettier --check .",
"test": "vitest",
"test:ci": "CI=1 pnpm -r t run",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.3",
"esbuild-plugin-file-path-extensions": "^2.1.3",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"micromatch": "^4.0.8",
"prettier": "^3.3.3",
"syncpack": "^13.0.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.3"
},
"engines": {
"node": "^18 || ^20.11.0 || ^22.3.0",
"pnpm": ">=9"
}
}