forked from bizon/selling-partner-api-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.33 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.33 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
{
"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",
"clean": "turbo run clean",
"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": "^4.11.3",
"@lerna-lite/publish": "^4.11.3",
"@swc/core": "^1.15.13",
"@swc/jest": "^0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.13",
"conventional-changelog-conventionalcommits": "^9.1.0",
"eslint-config-xo-bizon": "^4.2.0",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"rimraf": "^6.1.3",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"turbo": "^2.8.10",
"typedoc": "^0.28.17",
"typescript": "^5.9.3",
"xo": "^1.2.3"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}