-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 988 Bytes
/
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": "base32-codecs",
"version": "1.0.4",
"description": "'codecs' compatible base32-encode and base32-decode adapter.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "standard && ts-standard",
"unit": "ts-node ./test.ts"
},
"keywords": [
"codec",
"base32"
],
"author": "Martin Heidegger <martin.heidegger@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/codecs": "^2.2.1",
"base32-encode": "^1.1.1",
"base32-decode": "^1.0.0"
},
"devDependencies": {
"@types/node": "^14.14.13",
"standard": "^16.0.3",
"ts-node": "^9.1.1",
"ts-standard": "^10.0.0",
"typescript": "^4.1.3",
"zora": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/consento-org/base32-codecs.git"
},
"bugs": {
"url": "https://github.com/consento-org/base32-codecs/issues"
},
"homepage": "https://github.com/consento-org/base32-codecs#readme"
}