-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 955 Bytes
/
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
{
"name": "@rbkmoney/woody_js",
"version": "0.1.0",
"description": "Woody client side implementation for js",
"repository": {
"type": "git",
"url": "git+https://github.com/rbkmoney/woody_js.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@rbkmoney"
},
"main": "dist/connect-client.js",
"typings": "src/connect-client.d.ts",
"files": ["dist", "src"],
"author": "rbkmoney",
"license": "",
"scripts": {
"build": "webpack --config webpack.config.js",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean; npm run build"
},
"dependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.7.0",
"base-x": "3.0.4",
"flake-idgen": "1.1.0",
"moment": "^2.27.0",
"node-int64": "0.4.0",
"q": "1.5.x",
"rimraf": "2.6.2",
"stream-http": "2.3.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2",
"ws": "6.0.0"
}
}