-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.16 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
{
"name": "uc-integration-globalcache",
"version": "0.1.1",
"description": "Global Caché integration for Unfolded Circle Remotes",
"homepage": "https://github.com/unfoldedcircle/integration-globalcache",
"main": "src/driver.js",
"scripts": {
"format": "prettier --write \"./{src,test}/**/*.js\"",
"lint": "prettier --check \"./{src,test}/**/*.js\" && eslint . --ext .js",
"test": "ava"
},
"type": "module",
"author": "Unfolded Circle ApS",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldedcircle/integration-globalcache.git"
},
"dependencies": {
"debug": "^4.3.6",
"gc-unified-lib": "git+https://github.com/zehnm/gc-unified-lib.git#v0.1.1",
"i18n": "^0.15.1",
"uc-integration-api": "git+https://github.com/unfoldedcircle/integration-node-library.git#v0.1.0"
},
"devDependencies": {
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "^6.6.0",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=20.16.0"
},
"private": true
}