-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 Bytes
/
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": "@unchainedshop/cockpit-api",
"version": "1.0.33",
"description": "A package to interact with the Cockpit CMS API, including functionalities to handle GraphQL requests and various CMS content manipulations.",
"main": "dist/index.js",
"homepage": "https://unchained.shop",
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedshop/cockpit-api.git"
},
"bugs": {
"url": "https://github.com/unchainedshop/cockpit-api/issues"
},
"keywords": [
"unchainedshop",
"cockpit",
"api"
],
"author": "Mikael Araya",
"license": "ISC",
"dependencies": {
"@unchainedshop/logger": "^2.11.2",
"graphql": "^16.9.0",
"lru-cache": "^10.3.0"
},
"types": "dist/index.d.ts",
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
}
}