generated from energywebfoundation/EWFRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@energyweb/credentials",
"version": "1.0.0",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"description": "Smart contract and client code specific to EnergyWeb Credentials (including Roles)",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "run-with-testrpc -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --chainId 73799 --gasLimit=10000000 \"lerna run test\" ",
"setup": "lerna bootstrap --hoist --ci",
"build": "patch-package && rm -rf build docs packages/*/dist && lerna run compile",
"compile": "lerna run compile",
"build:docs": "typedoc",
"lint": "lerna run lint --parallel --stream -- -- --ignore-path=../../.eslintignore",
"fix": "lerna run fix --parallel --stream",
"publish:canary": "lerna publish --cd-version=prerelease --pre-dist-tag prerelease --preid=alpha.$RUN_NUMBER --exact --yes --no-verify-access --no-git-tag-version",
"publish:release": "lerna version --conventional-commits --exact --yes && lerna publish from-git --yes --no-verify-access",
"reset": "rm -rf node_modules build docs packages/*/node_modules packages/*/dist packages/*/build"
},
"keywords": [
"Energy",
"EnergyWeb",
"EW",
"DID",
"Registry",
"DID Registry"
],
"homepage": "https://github.com/energywebfoundation/ew-credentials/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/energywebfoundation/ew-credentials.git"
},
"bugs": {
"url": "https://github.com/energywebfoundation/ew-credentials/issues"
},
"author": {
"name": "EnergyWeb",
"url": "https://www.energyweb.org/"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"@energyweb/eslint-config": "0.1.0",
"@energyweb/prettier-config": "0.0.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.1.1",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^8.2.2",
"@types/node": "^18.11.11",
"@types/wait-on": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"chai": "4.3.7",
"chai-arrays": "2.2.0",
"chai-as-promised": "7.1.1",
"copyfiles": "^2.4.1",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.25.4",
"ganache-cli": "^6.12.2",
"husky": "^4.3.8",
"keyv":"4.5.0",
"lerna": "^4.0.0",
"lint-staged": "^11.1.1",
"mocha": "7.2.0",
"patch-package": "^6.4.7",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup-plugin-typescript2": "^0.31.0",
"run-with-testrpc": "0.3.1",
"semantic-release": "^17.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"wait-on": "^6.0.1"
}
}