-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 755 Bytes
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
{
"name": "basepura",
"version": "1.0.2",
"description": "Basepura encoder and decoder in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"keywords": ["basepura", "encoding", "decoding", "base32", "base36", "base58", "base62", "base64", "bigint","profane", "rude", "offensive", "obscene", "dirty"],
"author": "Zhen Wang",
"homepage": "https://github.com/zmxv/basepura",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zmxv/basepura.git"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.1.1",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
}
}