-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "denote-ui",
"version": "1.0.18",
"description": "Denote user identity",
"main": "./built/index.js",
"types": "./built/index.d.ts",
"homepage": "https://github.com/DenoteMD/denote-ui",
"bugs": {
"url": "https://github.com/DenoteMD/denote-ui/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:DenoteMD/denote-ui.git"
},
"devDependencies": {
"@types/chai": "^4.2.4",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.7",
"@types/mocha": "^5.2.7",
"@types/mongoose": "^5.7.21",
"@types/node": "^12.12.42",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^3.0.9",
"minimist": "^1.2.2",
"mocha": "^6.2.2",
"nodemon": "^2.0.6",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
"typescript": "^3.9.3"
},
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/bs58": "^4.0.1",
"@types/elliptic": "^6.4.12",
"bcryptjs": "^2.4.3",
"bip39": "^3.0.2",
"bn.js": "^5.1.3",
"bs58": "^4.0.1",
"elliptic": "^6.5.3",
"hash.js": "^1.1.7",
"safe-buffer": "^5.2.1"
},
"scripts": {
"test": "echo \"Test\"",
"build": "rm -rf ./built && tsc",
"release": "npm run build && node ./increase-built.js && npm publish"
},
"keywords": [
"identity",
"cryptography",
"privacy"
],
"author": "Chiro Hiro <[email protected]>",
"license": "MIT"
}