-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1 KB
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
{
"name": "@squaredr/paykit-monorepo",
"private": true,
"version": "0.0.0",
"description": "Unified payment SDK — Stripe-like DX across 25+ providers",
"workspaces": [
"packages/core",
"packages/sdk-js",
"packages/react",
"apps/demo"
],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "biome check .",
"lint:fix": "biome check --fix .",
"format": "biome format --write .",
"clean": "turbo run clean && rimraf node_modules",
"typecheck": "turbo run typecheck",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@changesets/cli": "^2.27.0",
"rimraf": "^6.0.0",
"tsup": "^8.3.0",
"turbo": "^2.3.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "npm@11.6.0",
"dependencies": {
"lightningcss": "^1.32.0"
}
}