-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1.09 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
{
"name": "akasha-id-wallet",
"version": "1.0.0",
"description": "Wallet library for AKASHA.id",
"main": "dist/akasha-id-wallet.js",
"module": "src/index.js",
"scripts": {
"build": "webpack -p",
"testhub": "node ./node_modules/signalhub/bin.js -p 8888 listen &>/dev/null",
"test-only": "concurrently -k -s first \"npm run testhub\" \"mocha-headless-chrome -f ./test/index.html\"",
"test": "npm run build && npm run test-only"
},
"dependencies": {
"broadcast-channel": "^2.2.0",
"easy-web-crypto": "^1.0.4",
"secure-webstore": "^1.1.0",
"signalhub": "^4.9.0"
},
"devDependencies": {
"akasha-id-client": "git+/~https://github.com/AkashaProject/akasha-id-client",
"babel": "^6.23.0",
"chai": "^4.2.0",
"concurrently": "^4.1.2",
"mocha": "^6.2.0",
"mocha-headless-chrome": "^2.0.3",
"standard": "^13.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"author": "Andrei Sambra <andrei.sambra@akasha.world> (https://akasha.org/)"
}