-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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
{
"name": "simple-commercetools",
"version": "0.16.4",
"description": "Abstraction layer for working with Commercetools projects in a simpler manner.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rimraf lib && tsc",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerKobe/simple-commercetools.git"
},
"keywords": [
"commercetools"
],
"author": "Philip Claren <philip@claren.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DerKobe/simple-commercetools/issues"
},
"homepage": "https://github.com/DerKobe/simple-commercetools#readme",
"dependencies": {
"@commercetools/api-request-builder": "^5.6.3",
"@commercetools/sdk-client": "^2.1.2",
"@commercetools/sdk-middleware-auth": "^6.2.1",
"@commercetools/sdk-middleware-http": "^6.1.1",
"@commercetools/sdk-middleware-queue": "^2.1.4",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/node": "^17.0.17",
"backend-tslint-rules": "1.14.0",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.5"
}
}