-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
41
{
"name": "@paycore/merchant-sdk-js",
"version": "0.2.3",
"main": "dist/MerchantSDK.js",
"browser": "dist/MerchantSDK.umd.min.js",
"scripts": {
"test": "jest",
"build": "webpack",
"dev": "webpack --watch --colors --progress"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"babel-plugin-add-module-exports": "^1.0.0",
"jest": "^24.1.0",
"prettier": "^1.16.4",
"sinon": "^7.2.4",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@babel/plugin-transform-parameters": "^7.3.3",
"@paycore/merchant-sdk-js": "^0.1.1",
"axios": "^0.18.0",
"jsdoc-md": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AistrCyrill/msdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AistrCyrill/msdk/issues"
},
"homepage": "https://github.com/AistrCyrill/msdk#readme",
"description": ""
}