@backflow.sdk/admin 0.1.0
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.
- package/README.md +210 -0
- package/dist/index.d.mts +2499 -0
- package/dist/index.d.ts +2499 -0
- package/dist/index.js +3664 -0
- package/dist/index.mjs +3568 -0
- package/package.json +100 -0
package/package.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@backflow.sdk/admin",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Full-featured admin SDK for Backflow API",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"generate": "tsx scripts/generate.ts",
|
|
20
|
+
"generate:local": "tsx scripts/generate.ts --local",
|
|
21
|
+
"build": "npm run generate:local && tsup src/index.ts --format cjs,esm --dts",
|
|
22
|
+
"build:tenant": "tsx scripts/generate.ts && tsup src/index.ts --format cjs,esm --dts",
|
|
23
|
+
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
|
|
24
|
+
"clean": "rm -rf dist src/generated",
|
|
25
|
+
"typecheck": "tsc --noEmit"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"backflow",
|
|
29
|
+
"api",
|
|
30
|
+
"sdk",
|
|
31
|
+
"typescript"
|
|
32
|
+
],
|
|
33
|
+
"license": "ISC",
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"tsup": "^8.0.0",
|
|
36
|
+
"tsx": "^4.7.0",
|
|
37
|
+
"typescript": "^5.3.0"
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"typescript": ">=4.7.0"
|
|
41
|
+
},
|
|
42
|
+
"peerDependenciesMeta": {
|
|
43
|
+
"typescript": {
|
|
44
|
+
"optional": true
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"acorn": "^8.15.0",
|
|
49
|
+
"any-promise": "^1.3.0",
|
|
50
|
+
"bundle-require": "^5.1.0",
|
|
51
|
+
"cac": "^6.7.14",
|
|
52
|
+
"chokidar": "^4.0.3",
|
|
53
|
+
"commander": "^4.1.1",
|
|
54
|
+
"confbox": "^0.1.8",
|
|
55
|
+
"consola": "^3.4.2",
|
|
56
|
+
"debug": "^4.4.3",
|
|
57
|
+
"esbuild": "^0.27.2",
|
|
58
|
+
"fdir": "^6.5.0",
|
|
59
|
+
"fix-dts-default-cjs-exports": "^1.0.1",
|
|
60
|
+
"fsevents": "^2.3.3",
|
|
61
|
+
"get-tsconfig": "^4.13.0",
|
|
62
|
+
"joycon": "^3.1.1",
|
|
63
|
+
"lilconfig": "^3.1.3",
|
|
64
|
+
"lines-and-columns": "^1.2.4",
|
|
65
|
+
"load-tsconfig": "^0.2.5",
|
|
66
|
+
"magic-string": "^0.30.21",
|
|
67
|
+
"mlly": "^1.8.0",
|
|
68
|
+
"ms": "^2.1.3",
|
|
69
|
+
"mz": "^2.7.0",
|
|
70
|
+
"object-assign": "^4.1.1",
|
|
71
|
+
"pathe": "^2.0.3",
|
|
72
|
+
"picocolors": "^1.1.1",
|
|
73
|
+
"picomatch": "^4.0.3",
|
|
74
|
+
"pirates": "^4.0.7",
|
|
75
|
+
"pkg-types": "^1.3.1",
|
|
76
|
+
"postcss-load-config": "^6.0.1",
|
|
77
|
+
"readdirp": "^4.1.2",
|
|
78
|
+
"resolve-from": "^5.0.0",
|
|
79
|
+
"resolve-pkg-maps": "^1.0.0",
|
|
80
|
+
"rollup": "^4.54.0",
|
|
81
|
+
"source-map": "^0.7.6",
|
|
82
|
+
"sucrase": "^3.35.1",
|
|
83
|
+
"thenify": "^3.3.1",
|
|
84
|
+
"thenify-all": "^1.6.0",
|
|
85
|
+
"tinyexec": "^0.3.2",
|
|
86
|
+
"tinyglobby": "^0.2.15",
|
|
87
|
+
"tree-kill": "^1.2.2",
|
|
88
|
+
"ts-interface-checker": "^0.1.13",
|
|
89
|
+
"ufo": "^1.6.1"
|
|
90
|
+
},
|
|
91
|
+
"repository": {
|
|
92
|
+
"type": "git",
|
|
93
|
+
"url": "git+https://github.com/kamoru26/backflow-sdk-admin.git"
|
|
94
|
+
},
|
|
95
|
+
"author": "kamoru26",
|
|
96
|
+
"bugs": {
|
|
97
|
+
"url": "https://github.com/kamoru26/backflow-sdk-admin/issues"
|
|
98
|
+
},
|
|
99
|
+
"homepage": "https://github.com/kamoru26/backflow-sdk-admin#readme"
|
|
100
|
+
}
|