-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.69 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
43
{
"name": "rustlike-result",
"version": "0.0.0",
"description": "",
"private": true,
"homepage": "https://github.com/yifanwww/rustlike-result#readme",
"license": "MIT",
"author": "yifanwww <[email protected]> (https://github.com/yifanwww)",
"bugs": {
"url": "https://github.com/yifanwww/rustlike-result/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yifanwww/rustlike-result.git"
},
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"scripts": {
"build": "pnpm run --recursive --stream build",
"build-result": "pnpm run --filter @rustresult/result build",
"clean": "pnpm run --recursive --no-sort clean",
"format": "pnpm run format:root && pnpm run format:workspaces",
"format:workspaces": "pnpm run --recursive --no-sort --stream format",
"format:root": "prettier --write \"**/*.{cjs,js,mjs,json,ts,yaml,yml}\"",
"lint": "pnpm run --recursive --no-sort --stream lint",
"lint-fix": "pnpm run --recursive --no-sort --stream lint-fix",
"prepare": "husky",
"test-full": "pnpm run --recursive --no-sort --stream test-full",
"typecheck": "pnpm run --recursive --no-sort --stream typecheck"
},
"engines": {
"pnpm": ">=9"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/semver": "^7.5.8",
"chalk": "^5.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "3.3.3",
"semver": "^7.6.2",
"typescript": "5.4.5"
}
}