-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.34 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@cocreate/api",
"version": "1.22.5",
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
"keywords": [
"thirdparty-api-intergration",
"thirdparty-api-tool",
"cocreate-api",
"cocreate",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "npx webpack --mode=production --config webpack.config.js",
"dev": "npx webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-api.git"
},
"author": "CoCreate LLC",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-api/issues"
},
"homepage": "https://cocreate.app/docs/api",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"dependencies": {
"@cocreate/actions": "^1.21.4",
"@cocreate/crud-client": "^1.34.6",
"@cocreate/element-prototype": "^1.31.4",
"@cocreate/render": "^1.46.1",
"@cocreate/socket-client": "^1.40.5",
"@cocreate/utils": "^1.42.2"
},
"devDependencies": {
"@cocreate/webpack": "^1.4.3"
},
"allowScripts": {
"@cocreate/actions@1.21.4": true,
"@cocreate/api@1.22.5": true,
"@cocreate/config@1.13.4": true,
"@cocreate/crud-client@1.34.6": true,
"@cocreate/element-prototype@1.31.4": true,
"@cocreate/elements@1.42.9": true,
"@cocreate/filter@1.33.6": true,
"@cocreate/indexeddb@1.23.4": true,
"@cocreate/local-storage@1.16.5": true,
"@cocreate/observer@1.19.0": true,
"@cocreate/organizations@1.30.1": true,
"@cocreate/render@1.46.1": true,
"@cocreate/socket-client@1.40.5": true,
"@cocreate/utils@1.42.2": true,
"@cocreate/uuid@1.12.4": true,
"@cocreate/webpack@1.4.3": true
}
}