-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.71 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
{
"name": "@keyhub/keyhub-vault-web",
"version": "1.2.0",
"description": "Secure enclave to store private keys and sign messages/transactions.",
"scripts": {
"start": "caddy",
"test": "echo \"Error: no test specified\" && exit 1",
"winlf": "(cat ./node_modules/openpgp/src/worker/worker.js | normalize-newline > ./node_modules/openpgp/src/worker/worker.js) && (cat ./node_modules/openpgp/dist/openpgp.min.js | normalize-newline > ./node_modules/openpgp/dist/openpgp.min.js)",
"prepare": "([ -e dist/js/openpgp.worker.bundle.js ] || browserify -p browserify-derequire -r openpgp/src/worker/worker -s openpgp -o dist/js/openpgp.worker.bundle.js) && node build/sri.hash.js && webpack --config webpack.config.js --env.STAGE=\"${STAGE}\" --env.CODESIGN_PASSPHRASE=\"${CODESIGN_PASSPHRASE}\" --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlockchainZoo/keyhub-vault.git"
},
"author": "heri16 <[email protected]> (https://github.com/heri16)",
"license": "(ISC OR Apache-2.0)",
"bugs": {
"url": "https://github.com/BlockchainZoo/keyhub-vault/issues"
},
"homepage": "https://github.com/BlockchainZoo/keyhub-vault#readme",
"dependencies": {
"@keyhub/keyhub-vault-nxt": "^0.1.0",
"common-tags": "^1.8.0",
"diceware-wordlist-en-eff": "^1.0.1",
"p-retry": "^2.0.0",
"post-robot": "^9.0.19"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"bootstrap": "^4.3.1",
"normalize-newline-cli": "^1.1.0",
"openpgp": "github:heri16/openpgpjs#v3.1.0",
"serverless-plugin-cloudfront-lambda-edge": "^2.1.0",
"serverless-s3-sync": "^1.7.3",
"serverless-stack-output": "^0.2.3",
"ssri": "^6.0.1"
}
}