-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "@aligent/serverless-magento",
"version": "0.1.0",
"description": "A Serverless framework plugin for handling registration with the aligent/magento2-microservice-config module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc -p tsconfig.lib.json",
"prepublish": "tsc -p tsconfig.lib.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.6.0",
"axios-retry": "^4.0.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^18.16.19",
"@types/serverless": "^3.12.17",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitest/coverage-istanbul": "^0.34.5",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "0.34.6"
},
"peerDependencies": {
"serverless": "3.x"
},
"engines": {
"npm": ">=9.0.0",
"node": "^18.16.0"
},
"author": "Aligent Consulting",
"license": "MIT"
}