-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "@peepoglad/commercetools-messages",
"description": "Mock of commercetools messages",
"version": "2.1.0",
"license": "MIT",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/peepoglad/commercetools-messages.git"
},
"bug": {
"url": "https://github.com/peepoglad/commercetools-messages/issues"
},
"homepage": "https://github.com/peepoglad/commercetools-messages",
"keywords": [
"commerctools",
"e-commerce",
"message",
"subscription"
],
"scripts": {
"prepack": "yarn build",
"prepare": "husky install",
"prebuild": "rimraf lib",
"build": "tsc",
"lint": "eslint . --ext .ts",
"release": "release-it"
},
"dependencies": {
"@commercetools/platform-sdk": "^4.1.0",
"builder-pattern": "^2.1.0"
},
"devDependencies": {
"@types/node": "^18.11.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.1",
"release-it": "^15.5.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
}
}