-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
44
45
46
47
48
{
"name": "turbo-remote-cache-rs",
"version": "0.3.4",
"repository": {
"type": "git",
"url": "https://github.com/salamaashoush/turbo-remote-cache-rs"
},
"author": "Salama Ashoush <salamaaashoush@gmail.com>",
"packageManager": "pnpm@9.9.0",
"license": "MIT",
"description": "A remote cache for turbo",
"keywords": [
"turbo",
"turborepo",
"remote",
"cache",
"rs",
"rust"
],
"homepage": "https://github.com/salamaashoush/turbo-remote-cache-rs",
"bugs": "https://github.com/salamaashoush/turbo-remote-cache-rs/issues",
"bin": "bin/turbo-remote-cache-rs",
"engines": {
"node": ">=22.*"
},
"files": [
"bin/turbo-remote-cache-rs",
"README.md"
],
"scripts": {
"version:prepare": "changeset version && tsx ./scripts/prepare-version.mts",
"generate-packages": "node ./scripts/generate-packages.mjs"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@types/node": "^22.5.4",
"@types/shell-escape": "^0.2.3",
"chalk": "^5.3.0",
"cmd-ts": "0.13.0",
"execa": "9.3.1",
"prettier": "3.3.3",
"pv": "1.0.1",
"shell-escape": "^0.2.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
}
}