forked from energywebfoundation/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.84 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@energyweb/device-registry",
"description": "",
"license": "GPL-3.0-or-later",
"author": "",
"homepage": "https://github.com/energywebfoundation/origin/tree/master/packages/device-registry",
"repository": {
"type": "git",
"url": "git+https://github.com/energywebfoundation/origin.git"
},
"bugs": {
"url": "https://github.com/energywebfoundation/origin/issues"
},
"version": "8.0.0",
"main": "dist/js/src/index.js",
"files": [
"dist/js/build",
"dist/js/src"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "yarn build:ts",
"build:ts": "tsc -b tsconfig.json",
"build-and-deploy": "yarn build && yarn deploy-contracts",
"lint": "eslint \"src/**/*{.ts,.tsx}\" --quiet",
"lint-fix": "eslint \"src/**/*{.ts,.tsx}\" --fix",
"start-ganache": "ganache-cli -q -m 'chalk park staff buzz chair purchase wise oak receive avoid avoid home' -l 8000000 -e 1000000 -a 20 -p 8551",
"test": "mocha -r ts-node/register src/test/*.test.ts --timeout 60000 --exit",
"test:concurrent": "yarn test",
"prettier": "prettier --write --config-precedence file-override './src/**/*'",
"clean": "shx rm -rf build dist dist-shakeable schemas"
},
"types": "dist/js/src/index.d.ts",
"dependencies": {
"@energyweb/origin-backend-core": "8.0.0",
"@energyweb/origin-device-registry-irec-form-api-client": "1.0.1",
"@energyweb/utils-general": "11.0.1",
"ethers": "5.0.31",
"moment": "2.29.1",
"winston": "3.3.3"
},
"devDependencies": {
"ethlint": "1.2.5"
},
"gitHead": "54beaf7fe6686810de74ca290daf99cbde510f9d",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}