-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.04 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
{
"name": "magicbell-go",
"version": "0.4.0",
"private": true,
"type": "module",
"docs": {
"name": "Go Project Client"
},
"repository": {
"type": "git",
"url": "https://github.com/magicbell/magicbell-go.git"
},
"scripts": {
"changeset": "./scripts/changeset.sh",
"changeset:postversion": "./scripts/update-version.ts",
"build:docs": "./scripts/liblab-docs.ts",
"codegen": "run-s codegen:user-client codegen:project-client",
"codegen:project-client": "./scripts/liblab-gen.ts --spec https://www.magicbell.com/docs/api/openapi.project.json --target project-client",
"codegen:user-client": "./scripts/liblab-gen.ts --spec https://www.magicbell.com/docs/api/openapi.user.json --target user-client"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@magicbell/codegen": "^0.4.0",
"@types/node": "^22.10.2",
"glob": "^11.0.0",
"npm-run-all2": "^8.0.1",
"replace-in-file": "^8.3.0",
"tsx": "^4.19.2",
"url-join": "^5.0.0"
}
}