-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.26 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.26 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
{
"name": "@bizon/selling-partner-api-sdk",
"private": true,
"description": "A modularized SDK library for Amazon Selling Partner API (fully typed in TypeScript)",
"repository": "git@github.com:bizon/selling-partner-api-sdk.git",
"author": "Bertrand Marron <bertrand@bizon.solutions>",
"license": "MIT",
"type": "module",
"scripts": {
"build": "turbo run build",
"check:ts": "turbo run check:ts",
"codegen": "tsx --tsconfig codegen/tsconfig.json codegen/generate.ts",
"predocs": "turbo run build --filter=@sp-api-sdk/common",
"test": "turbo run test",
"docs": "typedoc"
},
"devDependencies": {
"@lerna-lite/cli": "^5.2.2",
"@lerna-lite/publish": "^5.2.2",
"@swc/core": "^1.15.40",
"@swc/jest": "^0.2.39",
"@types/node": "^24.12.4",
"conventional-changelog-conventionalcommits": "^9.3.1",
"eslint-config-xo-bizon": "^4.3.0",
"jest": "^30.4.2",
"jest-junit": "^17.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"tsx": "^4.22.3",
"turbo": "^2.9.15",
"typedoc": "^0.28.19",
"typescript": "^5.9.3",
"xo": "^1.2.3"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}