-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "all-serverless",
"version": "0.0.6",
"description": "let everyone have their own backend without any server",
"main": "dist/commonjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json",
"callFunction": "ts-node ./test/callFunction",
"createCollection": "ts-node ./test/createCollection",
"safeRule": "ts-node ./test/safeRule",
"addFields": "ts-node ./test/aggregate-addFields",
"setDoc": "ts-node ./test/setDoc",
"updateDoc": "ts-node ./test/updateDoc",
"removeDoc": "ts-node ./test/removeDoc",
"readCol": "ts-node ./test/readCollection"
},
"keywords": [
"miniprogram",
"weixin-miniprogram",
"wechat-miniprogram",
"serverless",
"cloud function",
"laf",
"supabase",
"cloudbase",
"baas",
"faas",
"scf"
],
"author": "yenche123 <tsuiyenche@outlook.com> (https://u1s1.site)",
"contributors": [],
"license": "MIT",
"dependencies": {
"@cloudbase/node-sdk": "^2.9.1",
"@supabase/supabase-js": "^1.35.4",
"database-ql": "^0.8.2",
"laf-client-sdk": "^0.8.2",
"wx-server-sdk": "^2.6.3"
},
"devDependencies": {
"cross-env": "^7.0.3",
"typescript": "^4.7.4"
},
"repository": "github:yenche123/all-serverless",
"bugs": {
"url": "https://github.com/yenche123/all-serverless/issues"
}
}