-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
49
50
51
52
53
54
55
56
57
58
{
"name": "big-upload",
"version": "1.0.0",
"description": "Big file upload and download.",
"keywords": [
"big-file",
"upload",
"download",
"task queue"
],
"author": "zerotower<[email protected]>",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "turbo run stub",
"changeset": "changeset",
"version": "pnpm run changeset version",
"prepare": "husky install",
"commit": "czg",
"clean": "turbo run clean && rimraf node_modules",
"lint": "turbo run lint",
"build:docs": "pnpm -C docs docs:build"
},
"lint-staged": {},
"dependencies": {
"@zfile/eslint-config": "workspace:*",
"@zfile/ts-config": "workspace:^1.0.0",
"@zfile/upload": "workspace:*"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.12.8",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.9.1",
"czg": "^1.9.1",
"editorconfig": "^2.0.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.2",
"only-allow": "^1.2.1",
"rimraf": "^5.0.5",
"rollup": "^4.17.2",
"turbo": "^1.13.2",
"unbuild": "^2.0.0"
},
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.10.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}