-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 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
42
43
44
{
"name": "hmac-dynamic-value",
"version": "1.0.0",
"description": "Paw Extension HMAC Dynamic Value",
"main": "src/HmacDynamicValue.js",
"scripts": {
"build": "webpack ",
"test": "jest"
},
"keywords": [
"paw",
"paw-extension",
"hmac"
],
"author": "",
"license": "MIT",
"dependencies": {
"babel-jest": "^28.1.3",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"crypto-js": "^4.1.1",
"path": "^0.12.7"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"jest": "^28.1.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}