-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (50 loc) · 1.26 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": "@hotwax/oms-api",
"version": "1.16.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc --noEmit false --emitDeclarationOnly",
"build": "babel src --out-dir lib --extensions '.js,.ts,.tsx,.jsx' && npm run tsc"
},
"author": "HotWax Commerce",
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.16.0",
"typescript": "^4.7.2"
},
"dependencies": {
"@types/node-json-transform": "^1.0.0",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"deepmerge": "^4.3.0",
"http-status-codes": "^2.2.0",
"node-json-transform": "^1.1.2",
"qs": "^6.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hotwax/oms-api.git"
},
"keywords": [
"typescript",
"oms",
"api",
"oms-api",
"hotwax-oms-api",
"hotwax-api"
]
}