-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.4 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
41
42
43
44
45
46
47
48
{
"name": "@hermis/solana-headless-sdk",
"version": "1.1.2",
"description": "The parent repo for all Hermis SDKs",
"scripts": {
"clean": "turbo run clean",
"build": "turbo run build",
"build:vercel": "turbo run build && turbo run build:vercel --filter=sample-react-dapp",
"build:dapp": "turbo run build:pages --filter=sample-dapp",
"version-packages": "changeset version",
"release": "turbo run build --filter=@hermis/* && changeset publish",
"minor": "changeset add --minor",
"major": "changeset add --major",
"patch": "changeset add --patch",
"enter-prerelease": "changeset pre enter next",
"graduate": "changeset pre exit"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "Mctursh (Ayoade Adenuga)",
"license": "Apache-2.0",
"packageManager": "pnpm@10.5.2",
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@types/jest": "^29.5.14",
"bs58": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-mock": "^29.7.0",
"jsdom": "^26.0.0",
"ts-jest": "^29.2.6",
"tsup": "^8.0.0",
"turbo": "^2.4.4",
"typescript": "^5.8.2"
},
"overrides": {
"chalk": "5.3.0",
"strip-ansi": "7.1.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"is-core-module": "2.13.1",
"error-ex": "1.3.2",
"has-ansi": "5.0.1"
}
}