forked from energywebfoundation/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "@energyweb/origin-backend-client",
"version": "3.1.0",
"description": "",
"main": "dist/js/src/index.js",
"scripts": {
"build": "yarn build:ts",
"build:ts": "tsc -b tsconfig.build.json --verbose --pretty",
"prettier": "prettier --write --config-precedence file-override './src/**/*'",
"clean": "shx rm -rf dist"
},
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/origin-backend-client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/energywebfoundation/origin.git"
},
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"author": "EnergyWeb DevHub GmbH; Piotr Kosinski, [email protected]",
"license": "GPL-3.0",
"dependencies": {
"@energyweb/origin-backend-core": "1.1.0",
"axios": "0.19.2",
"isomorphic-ws": "4.0.1",
"moment": "2.24.0",
"ws": "7.2.1"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}