-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 952 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 952 Bytes
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
{
"name": "@bootpay/js-sdk",
"version": "1.0.0",
"description": "",
"main": "dist/bootpay.js",
"types": "dist/bootpay.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/webpack --output-filename=bootpay-$npm_package_version.min.js --output-path=./dist"
},
"dependencies": {
"axios": "^0.21.0",
"crypto-js": "^3.3.0"
},
"devDependencies": {
"typescript": "^4.0.5",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-regenerator": "^7.12.1",
"babel-loader": "^8.1.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"css-loader": "^5.0.0",
"style-loader": "^2.0.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}