-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
{
"name": "enterprise",
"version": "1.0.0",
"description": "A commercially supported ClojureScript platform by Degree9.",
"main": "index.js",
"module": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/degree9/enterprise.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/degree9/enterprise/issues"
},
"homepage": "https://github.com/degree9/enterprise#readme",
"dependencies": {
"@azure/event-hubs": "^5.2.2",
"@azure/service-bus": "^1.1.8",
"@feathersjs/authentication": "^4.5.7",
"@feathersjs/authentication-local": "^4.5.7",
"@feathersjs/authentication-oauth": "^4.5.7",
"@feathersjs/client": "^4.5.7",
"@feathersjs/configuration": "^4.5.7",
"@feathersjs/socketio": "^4.5.7",
"@kubernetes/client-node": "^0.11.2",
"applicationinsights": "^1.8.3",
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"esm": "^3.2.25",
"feathers-mongoose": "^8.3.1",
"hellosign-embedded": "^2.8.0",
"hellosign-sdk": "^1.6.0",
"jquery": "^3.5.1",
"mongoose": "^5.9.21",
"node-fetch": "^2.6.0",
"request": "^2.88.2",
"request-compose": "=1.2.0",
"shopify-api-node": "^2.25.1",
"swagger-client": "^3.10.12",
"twilio": "^3.48.1",
"ws": "^5.2.2",
"xmlhttprequest": "^1.8.0",
"xregexp": "^4.3.0"
},
"devDependencies": {
"karma": "^4.4.1",
"karma-cljs-test": "^0.1.0",
"karma-firefox-launcher": "^1.3.0",
"shadow-cljs": "=2.8.107",
"source-map-support": "^0.5.19"
}
}