forked from trustbloc/wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "wallet",
"version": "1.0.0",
"description": "wallet implementation based on agent-sdk ",
"scripts": {
"lint": "eslint --fix . --ext .js,.vue,.jsx",
"lint-check": "eslint . --ext .js,.vue,.jsx",
"prepare": "husky install",
"prettier": "prettier --write \"./**/*.{md,jsx,json,html,css,js,yml,vue}\"",
"prettier-check": "prettier --check \"./**/*.{md,jsx,json,html,css,js,yml,vue}\"",
"pre-commit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trustbloc/wallet.git"
},
"keywords": [
"wasm",
"decentralized identity",
"verifiable",
"credentials",
"didcomm"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/trustbloc/wallet/issues"
},
"homepage": "https://github.com/trustbloc/wallet#readme",
"devDependencies": {
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.7.0",
"eslint-plugin-vue": "^9.5.1",
"eslint-plugin-wdio": "^7.20.8",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3"
}
}