@accelbyte/sdk 0.1.1-alpha.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@accelbyte/sdk",
3
+ "version": "0.1.1-alpha.38",
4
+ "author": "AccelByte Inc",
5
+ "license": "AccelByte License",
6
+ "main": "./index.js",
7
+ "module": "./index.es.js",
8
+ "types": "./index.d.ts",
9
+ "peerDependencies": {
10
+ "axios": "0.27.2",
11
+ "justice-js-common-utils": "git+https://github.com/AccelByte/justice-js-common-utils.git#1.36.2",
12
+ "nanoid": "3.1.30",
13
+ "validator": "10.2.0",
14
+ "zod": "3.17.3"
15
+ }
16
+ }
package/package.json ADDED
@@ -0,0 +1,59 @@
1
+ {
2
+ "name": "@accelbyte/sdk",
3
+ "version": "0.1.1-alpha.39",
4
+ "author": "AccelByte Inc",
5
+ "license": "AccelByte License",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.es.js",
8
+ "types": "./dist/index.d.ts",
9
+ "repository": {
10
+ "url": "https://github.com/AccelByte/accelbyte-web-sdk"
11
+ },
12
+ "scripts": {
13
+ "prebuild": "rimraf dist",
14
+ "doc": "typedoc --plugin typedoc-plugin-markdown --out docs src/api",
15
+ "build": "rollup -c rollup.config.js",
16
+ "build:dts": "rollup -c rollup.dts.config.js",
17
+ "postbuild": "yarn build:dts && rimraf dist/types",
18
+ "test": "vitest"
19
+ },
20
+ "devDependencies": {
21
+ "@rollup/plugin-commonjs": "20.0.0",
22
+ "@rollup/plugin-json": "4.1.0",
23
+ "@rollup/plugin-node-resolve": "13.0.4",
24
+ "@rollup/plugin-typescript": "8.2.5",
25
+ "@types/crypto-js": "4.1.0",
26
+ "@types/platform": "1.3.4",
27
+ "@types/uuid": "8.3.4",
28
+ "axios": "0.27.2",
29
+ "justice-js-common-utils": "git+https://github.com/AccelByte/justice-js-common-utils.git#1.36.2",
30
+ "msw": "0.48.2",
31
+ "nanoid": "3.1.30",
32
+ "rimraf": "3.0.2",
33
+ "rollup": "2.56.2",
34
+ "rollup-plugin-dts": "4.2.2",
35
+ "rollup-plugin-peer-deps-external": "2.2.4",
36
+ "tslib": "2.3.1",
37
+ "typedoc": "0.23.20",
38
+ "typedoc-plugin-markdown": "^3.13.6",
39
+ "typescript": "4.6.4",
40
+ "validator": "10.2.0",
41
+ "vitest": "0.25.1",
42
+ "zod": "3.17.3"
43
+ },
44
+ "peerDependencies": {
45
+ "axios": "0.27.2",
46
+ "justice-js-common-utils": "git+https://github.com/AccelByte/justice-js-common-utils.git#1.36.2",
47
+ "nanoid": "3.1.30",
48
+ "validator": "10.2.0",
49
+ "zod": "3.17.3"
50
+ },
51
+ "dependencies": {
52
+ "buffer": "6.0.3",
53
+ "crypto-js": "4.1.1",
54
+ "lodash-core": "^4.17.19",
55
+ "platform": "1.3.6",
56
+ "query-string": "7.1.1",
57
+ "uuid": "8.3.2"
58
+ }
59
+ }