-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 968 Bytes
/
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
{
"name": "batshit-repo",
"version": "0.0.3",
"description": "A batch manager that will deduplicate and batch requests for a certain data type made within a window.",
"author": {
"name": "Jørn Andre",
"url": "https://github.com/yornaath"
},
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/yornaath/batshit"
},
"packageManager": "[email protected]",
"scripts": {
"test": "turbo test",
"coverage": "turbo coverage",
"build": "turbo build",
"build-example": "turbo build && turbo build-example"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-typescript": "^10.0.1",
"@vitest/coverage-c8": "^0.26.2",
"rollup": "^3.8.0",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.4.1",
"turbo": "^1.6.3",
"typescript": "^4.9.4",
"vitest": "^0.26.2"
},
"dependencies": {
"@changesets/cli": "^2.26.0"
}
}