-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
50
{
"author": {
"email": "support@seven.io",
"name": "seven communications GmbH & Co. KG",
"url": "https://www.seven.io"
},
"bugs": {
"email": "support@seven.io",
"url": "https://github.com/seven-io/loopback/issues"
},
"contributors": [
{
"email": "support@seven.io",
"name": "seven communications GmbH & Co. KG",
"url": "https://www.seven.io"
}
],
"dependencies": {
"@seven.io/client": "^4.3.0",
"node-fetch": "^2.6.7"
},
"description": "LoopBack connector for seven",
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"typescript": "^5.7.3"
},
"files": [
"dist/**/*"
],
"homepage": "https://github.com/seven-io/loopback",
"keywords": [
"loopback",
"seven",
"StrongLoop"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@seven.io/loopback",
"repository": {
"type": "git",
"url": "https://github.com/seven-io/loopback-connector-seven"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "dist/index.d.ts",
"version": "2.0.0"
}