forked from klarstil/store-api-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"private": true,
"name": "store-api-proxy",
"type": "module",
"version": "1.0.0",
"description": "Thin layer over the Store-API",
"author": "klarstil",
"license": "MIT",
"scripts": {
"build": "nitro build",
"dev": "nitro dev",
"prepare": "husky && nitro prepare",
"preview": "node .output/server/index.mjs",
"lint": "eslint server",
"format": "eslint --fix server",
"dependencies:update": "taze -w -u && npm install",
"dependencies:check": "taze",
"types:check": "tsc --noEmit"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@shopware/api-client": "^1.0.2",
"@types/k6": "^0.52.0",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"husky": "^9.1.4",
"k6": "^0.0.0",
"prettier": "^3.3.3",
"taze": "^0.16.3",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
},
"dependencies": {
"nitropack": "^2.9.7"
},
"repository": {
"type": "git",
"url": "https://github.com/KoRoHandelsGmbH/store-api-proxy"
},
"packageManager": "[email protected]"
}